Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2012 00:59:44 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r40154 - head/en_US.ISO8859-1/articles/portbuild
Message-ID:  <201211250059.qAP0xiov062334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Nov 25 00:59:44 2012
New Revision: 40154
URL: http://svnweb.freebsd.org/changeset/doc/40154

Log:
  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.)

Modified:
  head/en_US.ISO8859-1/articles/portbuild/article.xml

Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml	Sat Nov 24 23:24:54 2012	(r40153)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Sun Nov 25 00:59:44 2012	(r40154)
@@ -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/portb
 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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211250059.qAP0xiov062334>