swift       05/05/29 16:06:04

  Modified:    xml/htdocs/doc/en/handbook hb-working-rcscripts.xml
  Log:
  #94317 - Fix illegal syntaxis for init scripts (patch by curtis119)

Revision  Changes    Path
1.24      +5 -5      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.24&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.24&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.23&r2=1.24&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.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- hb-working-rcscripts.xml    20 May 2005 08:32:05 -0000      1.23
+++ hb-working-rcscripts.xml    29 May 2005 16:06:04 -0000      1.24
@@ -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.23 
2005/05/20 08:32:05 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.24 
2005/05/29 16:06:04 swift Exp $ -->
 
 <sections>
 
-<version>1.20</version>
-<date>2005-05-20</date>
+<version>1.21</version>
+<date>2005-05-29</date>
 
 <section>
 <title>Runlevels</title>
@@ -595,9 +595,9 @@
 opts="${opts} restartdelay"
 
 restartdelay() {
-  stop()
+  stop
   sleep 3    <comment># Wait 3 seconds before starting again</comment>
-  start()
+  start
 }
 </pre>
 



-- 
[email protected] mailing list

Reply via email to