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

Petter Reinholdtsen pere at costa.debian.org
Fri Jul 14 12:02:45 UTC 2006


Author: pere
Date: 2006-07-14 12:02:44 +0000 (Fri, 14 Jul 2006)
New Revision: 798

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/sendsigs
Log:
Change messages from init.d/sendsigs.  Based on patch from Ubuntu.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-07-14 11:57:50 UTC (rev 797)
+++ sysvinit/trunk/debian/changelog	2006-07-14 12:02:44 UTC (rev 798)
@@ -20,7 +20,8 @@
   * Modify the comment before the calls to on_ac_power, to document
     that checkfs.sh and checkroot.sh are written to work just fine
     when /usr/bin/on_ac_power is unavailable. (Closes: #367867)
-  * Change runlevel manpage to be less misleading.  Patch from ubuntu.
+  * Change runlevel manpage to be less misleading.  Patch from Ubuntu.
+  * Change messages from init.d/sendsigs.  Based on patch from Ubuntu.
   * Acknoledge NMU.  Thanks, Steinar H. Gunderson . (Closes: #359176)
 
   [ Thomas Hood ]

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/sendsigs
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/sendsigs	2006-07-14 11:57:50 UTC (rev 797)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/sendsigs	2006-07-14 12:02:44 UTC (rev 798)
@@ -15,11 +15,11 @@
 
 do_stop () {
 	# Kill all processes.
-	log_action_begin_msg "Sending all processes the TERM signal"
+	log_action_begin_msg "Asking all remaining processes to terminate"
 	killall5 -15
 	log_action_end_msg 0
 	sleep 5
-	log_action_begin_msg "Sending all processes the KILL signal"
+	log_action_begin_msg "Killing all remaining processes"
 	killall5 -9
 	log_action_end_msg 0
 }




More information about the Pkg-sysvinit-commits mailing list