nightmorph 07/07/08 01:40:55 Modified: hb-working-rcscripts.xml Log: updated rc-update commands for bug 184515
Revision Changes Path 1.30 xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml?rev=1.30&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml?r1=1.29&r2=1.30 Index: hb-working-rcscripts.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- hb-working-rcscripts.xml 8 Mar 2007 06:52:27 -0000 1.29 +++ hb-working-rcscripts.xml 8 Jul 2007 01:40:55 -0000 1.30 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.29 2007/03/08 06:52:27 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.30 2007/07/08 01:40:55 nightmorph Exp $ --> <sections> @@ -14,8 +14,8 @@ these aspects and explains how to deal with these scripts. </abstract> -<version>1.23</version> -<date>2007-03-07</date> +<version>1.24</version> +<date>2007-07-07</date> <section> <title>Runlevels</title> @@ -335,14 +335,19 @@ </pre> <p> -The <c>rc-update show</c> command will show all the available init scripts and +The <c>rc-update -v show</c> command will show all the available init scripts and list at which runlevels they will execute: </p> <pre caption="Receiving init script information"> -# <i>rc-update show</i> +# <i>rc-update -v show</i> </pre> +<p> +You can also run <c>rc-update show</c> (without <c>-v</c>) to just view enabled +init scripts and their runlevels. +</p> + </body> </subsection> </section> -- [EMAIL PROTECTED] mailing list
