[Pkg-sysvinit-commits] r206 - in sysvinit/trunk/debian: . initscripts/etc/init.d

Thomas Hood jdthood-guest at costa.debian.org
Mon Nov 21 15:05:41 UTC 2005


Author: jdthood-guest
Date: 2005-11-21 15:05:40 +0000 (Mon, 21 Nov 2005)
New Revision: 206

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/reboot
Log:
Add comment and note that #323749 is now fixed

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2005-11-21 14:51:10 UTC (rev 205)
+++ sysvinit/trunk/debian/changelog	2005-11-21 15:05:40 UTC (rev 206)
@@ -9,8 +9,8 @@
   * checkroot.sh: Fix double printing of 'Done checking root file system';
     mountall.sh: Fix-chopped up printing of mount information
     (Closes: #339979 and presumably closes: #332309)
-  * Clean up initscript messages
-  * Clean up indentation in some initscripts
+  * Clean up initscript messages  (Closes: #323749)
+  * Clean up indentation and formatting of all initscripts
   * Eliminate use of dir_writable from checkroot.sh and mountvirtfs in
     order to please selinux  (Closes: #333836)
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/reboot
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/reboot	2005-11-21 14:51:10 UTC (rev 205)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/reboot	2005-11-21 15:05:40 UTC (rev 206)
@@ -14,6 +14,8 @@
 . /lib/lsb/init-functions
 
 do_stop () {
+	# Message should end with a newline since kFreeBSD may
+	# print more stuff (see #323749)
 	log_action_msg "Will now reboot"
 	reboot -d -f -i
 }




More information about the Pkg-sysvinit-commits mailing list