neysx       05/05/20 08:32:05

  Modified:    xml/htdocs/doc/en/handbook hb-working-rcscripts.xml
  Log:
  #93246 Improve creation of new runlevel (take two)

Revision  Changes    Path
1.23      +4 -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.23&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.23&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.22&r2=1.23&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.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-working-rcscripts.xml    19 May 2005 23:10:20 -0000      1.22
+++ hb-working-rcscripts.xml    20 May 2005 08:32:05 -0000      1.23
@@ -4,11 +4,11 @@
 <!-- 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.22 
2005/05/19 23:10:20 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.23 
2005/05/20 08:32:05 neysx Exp $ -->
 
 <sections>
 
-<version>1.19</version>
+<version>1.20</version>
 <date>2005-05-20</date>
 
 <section>
@@ -670,7 +670,8 @@
 
 <pre caption="Adding the necessary init scripts">
 <comment>(Copy all services from default runlevel to offline 
runlevel)</comment>
-# <i>for service in /etc/runlevels/default/*; do rc-update add $service 
offline; done</i>
+# <i>cd /etc/runlevels/default</i>
+# <i>for service in *; do rc-update add $service offline; done</i>
 <comment>(Remove unwanted service from offline runlevel)</comment>
 # <i>rc-update del net.eth0 offline</i>
 <comment>(Display active services for offline runlevel)</comment>



-- 
[email protected] mailing list

Reply via email to