Date: Mon, 6 Aug 2012 00:48:01 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39326 - head/en_US.ISO8859-1/books/porters-handbook Message-ID: <201208060048.q760m1hN059094@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dougb Date: Mon Aug 6 00:48:00 2012 New Revision: 39326 URL: http://svn.freebsd.org/changeset/doc/39326 Log: Point out that _enable is not optional, and therefore should use the : in parameter expansion. The future is now. :) All *.sh.in rc.d scripts have been copied to *.in, so no need to mention that it might happen someday. Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.sgml Sun Aug 5 23:04:47 2012 (r39325) +++ head/en_US.ISO8859-1/books/porters-handbook/book.sgml Mon Aug 6 00:48:00 2012 (r39326) @@ -9241,13 +9241,13 @@ run_rc_command "$1"</programlisting> <para>in their <filename>rc.conf.local</filename> file, and a variable substitution using ":=" would - inappropriately override the user's intention.</para> + inappropriately override the user's intention. The + <literal>_enable</literal> variable is not optional, + and should use the ":" for the default.</para> <note> <para>No new scripts should be added with the - <filename>.sh</filename> suffix. At some point there will - be a mass repocopy of all the scripts that still have that - suffix.</para> + <filename>.sh</filename> suffix.</para> </note> <sect2>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208060048.q760m1hN059094>