[Pkg-sysvinit-commits] r791 - in sysvinit/trunk/debian: . sysv-rc/etc/init.d

Petter Reinholdtsen pere at costa.debian.org
Fri Jul 14 10:07:56 UTC 2006


Author: pere
Date: 2006-07-14 10:07:50 +0000 (Fri, 14 Jul 2006)
New Revision: 791

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc/etc/init.d/README
Log:
  * Improve text in init.d/README to make it more obvious that the .sh
    scripts should be working when executed individually. (Closes: #362888)

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-07-14 09:58:56 UTC (rev 790)
+++ sysvinit/trunk/debian/changelog	2006-07-14 10:07:50 UTC (rev 791)
@@ -11,6 +11,8 @@
     after /etc/default/rcS is sourced, to make it possible to specify
     the CONCURRENCY setting in the rcS conffile.
   * Fix typo in update-rc.d.8 manual page. (Closes: #374476)
+  * Improve text in init.d/README to make it more obvious that the .sh
+    scripts should be working when executed individually. (Closes: #362888)
   * Acknoledge NMU: Closes: #359176)
 
  -- Henrique de Moraes Holschuh <hmh at debian.org>  Mon, 27 Mar 2006 10:46:28 -0300

Modified: sysvinit/trunk/debian/sysv-rc/etc/init.d/README
===================================================================
--- sysvinit/trunk/debian/sysv-rc/etc/init.d/README	2006-07-14 09:58:56 UTC (rev 790)
+++ sysvinit/trunk/debian/sysv-rc/etc/init.d/README	2006-07-14 10:07:50 UTC (rev 791)
@@ -23,10 +23,10 @@
 Debian Policy dictates that /etc/init.d/*.sh scripts must work properly
 when sourced.  The following additional rules apply:
 
-* /etc/init.d/*.sh scripts may not rely for their correct functioning
+* /etc/init.d/*.sh scripts must not rely for their correct functioning
   on their being sourced rather than executed.  That is, they must work
   properly when executed too. They must include "#!/bin/sh" at the top.
+  This is useful when running scripts in parallell.
 
 * /etc/init.d/*.sh scripts must conform to the rules for sh scripts as
   spelled out in the Debian policy section entitled "Scripts" (§10.4).
-




More information about the Pkg-sysvinit-commits mailing list