swift 05/05/06 22:32:54 Modified: xml/htdocs/doc/en/handbook hb-working-rcscripts.xml Log: Inform about syntax that can be used within init scripts (bash - we dont seem to migrate to POSIX sh shortly :)
Revision Changes Path 1.21 +8 -3 xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo Index: hb-working-rcscripts.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- hb-working-rcscripts.xml 20 Nov 2004 22:23:30 -0000 1.20 +++ hb-working-rcscripts.xml 6 May 2005 22:32:54 -0000 1.21 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.20 2004/11/20 22:23:30 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.21 2005/05/06 22:32:54 swift Exp $ --> <sections> -<version>1.17</version> -<date>2004-10-23</date> +<version>1.18</version> +<date>2005-05-06</date> <section> <title>Runlevels</title> @@ -573,6 +573,11 @@ fill these functions by itself if you use <c>start-stop-daemon</c>. </p> +<p> +Gentoo's init script syntax is based on the Bourne Again Shell (bash) so you are +free to use bash-compatible constructs inside your init script. +</p> + </body> </subsection> <subsection> -- [email protected] mailing list
