zfs is most definitely required on the master. While here, clean up
the inetd flags.
This commit is contained in:
parent
d60eee1484
commit
39d2c6ae27
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40812
1 changed files with 4 additions and 5 deletions
|
@ -2495,7 +2495,8 @@ zfs destroy -r a/snap/src-<replaceable>old-branch</replaceable></screen>
|
|||
<para>Required entries:</para>
|
||||
|
||||
<programlisting>hostname="<replaceable>${hostname}</replaceable>"
|
||||
sshd_enable="YES"</programlisting>
|
||||
sshd_enable="YES"
|
||||
zfs_enable="YES"</programlisting>
|
||||
|
||||
<para>Recommended entries:</para>
|
||||
|
||||
|
@ -2510,8 +2511,7 @@ apache_pidfile="/var/run/httpd.pid"
|
|||
gmetad_enable="YES"
|
||||
gmond_enable="YES"
|
||||
inetd_enable="YES"
|
||||
# XXX MCL try these instead.
|
||||
inetd_flags="-R 10000 -l -w"
|
||||
inetd_flags="-l -w"
|
||||
mountd_enable="YES"
|
||||
nfs_server_enable="YES"
|
||||
nfs_server_flags="-u -t -n 12"
|
||||
|
@ -2521,8 +2521,7 @@ rpcbind_enable="YES"
|
|||
rpc_lockd_enable="NO"
|
||||
rpc_statd_enable="YES"
|
||||
sendmail_enable="NONE"
|
||||
smartd_enable="YES"
|
||||
zfs_enable="YES"</programlisting>
|
||||
smartd_enable="YES"</programlisting>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
Loading…
Reference in a new issue