Fix the inetd flags. Get rid of ntpdate: it is documented as being obsolete.

Pacify igor a bit more.  (Everything that remains is a true false positive.)
This commit is contained in:
Mark Linimon 2012-11-25 00:59:44 +00:00
parent fbf4614f3a
commit 26aa4ac43d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40154

View file

@ -301,7 +301,7 @@ CXX=clang++
.if !defined(CPP) || ${CPP} == "cpp"
CPP=clang-cpp
.endif
# Don't die on warnings
# Do not die on warnings
NO_WERROR=
WERROR=
</programlisting>
@ -950,8 +950,8 @@ umount: pointyhat.freebsd.org:/var/portbuild/i386/8-exp/ports: unknown file syst
umount: Cleanup of /x/tmp/8-exp/chroot/53837/compat/linux/proc failed!
/x/tmp/8-exp/chroot/53837/compat/linux/proc: not a file system root directory</screen>
The former 2 mean that that client did not have those mounted;
the latter 2 are a bug.</para>
The former two mean that the client did not have those mounted;
the latter two are a bug.</para>
<para>You may also see messages about <literal>procfs</literal>.</para>
</note>
@ -1753,8 +1753,6 @@ inetd_enable="YES"
linux_enable="YES"
nfs_client_enable="YES"
ntpd_enable="YES"
ntpdate_enable="YES"
ntpdate_flags="north-america.pool.ntp.org"
sendmail_enable="NONE"
sshd_enable="YES"
sshd_program="/usr/local/sbin/sshd"
@ -2855,15 +2853,13 @@ apache_pidfile="/var/run/httpd.pid"
gmetad_enable="YES"
gmond_enable="YES"
inetd_enable="YES"
# XXX MCL these do not work!
#inetd_flags="-R 10000 -lw"
# XXX MCL try these instead.
inetd_flags="-R 10000 -l -w"
mountd_enable="YES"
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 12"
nfs_remote_port_only="YES"
ntpd_enable="YES"
ntpdate_enable="YES"
ntpdate_flags="north-america.pool.ntp.org"
rpcbind_enable="YES"
rpc_lockd_enable="NO"
rpc_statd_enable="YES"