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

kelmo-guest at alioth.debian.org kelmo-guest at alioth.debian.org
Mon Feb 2 13:10:26 UTC 2009


Author: kelmo-guest
Date: 2009-02-02 13:10:26 +0000 (Mon, 02 Feb 2009)
New Revision: 1314

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
Log:
Add comment to debian/sysv-rc/etc/init.d/rc about debug=echo, it
should never be left uncommented for a real boot process and should
only be used for interactive debugging. Closes: #510455

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-02-02 12:37:45 UTC (rev 1313)
+++ sysvinit/trunk/debian/changelog	2009-02-02 13:10:26 UTC (rev 1314)
@@ -18,8 +18,11 @@
   * Use uscan dversionmangle option to remove .ds\d+ string from modifed
     orig.tar.gz. This fixes the debian-watch-file-should-mangle-version
     lintian warning. Patch taken from diff on LP: #312764.
+  * Add comment to debian/sysv-rc/etc/init.d/rc about debug=echo, it
+    should never be left uncommented for a real boot process and should
+    only be used for interactive debugging. Closes: #510455
 
- -- Kel Modderman <kel at otaku42.de>  Mon, 02 Feb 2009 22:36:02 +1000
+ -- Kel Modderman <kel at otaku42.de>  Mon, 02 Feb 2009 23:10:07 +1000
 
 sysvinit (2.86.ds1-61) unstable; urgency=low
 

Modified: sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
===================================================================
--- sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2009-02-02 12:37:45 UTC (rev 1313)
+++ sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2009-02-02 13:10:26 UTC (rev 1314)
@@ -16,7 +16,8 @@
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 export PATH
 
-# Un-comment the following for debugging.
+# Un-comment the following for interactive debugging. Do not un-comment
+# this for debugging a real boot process as no scripts will be executed.
 # debug=echo
 
 # Specify method used to enable concurrent init.d scripts.




More information about the Pkg-sysvinit-commits mailing list