[Pkg-sysvinit-commits] r731 - sysvinit/trunk/debian/initscripts/etc/init.d

Thomas Hood jdthood-guest at costa.debian.org
Thu Feb 2 21:23:41 UTC 2006


Author: jdthood-guest
Date: 2006-02-02 21:23:41 +0000 (Thu, 02 Feb 2006)
New Revision: 731

Modified:
   sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh
Log:
Tweak message to harmonize it with the others

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh	2006-02-01 16:25:19 UTC (rev 730)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh	2006-02-02 21:23:41 UTC (rev 731)
@@ -82,7 +82,7 @@
 		swapon -a -e 2>/dev/null || :  # Stifle "Device or resource busy"
 		log_action_end_msg 0
 	else
-		log_action_msg "Activating swapfile swap"
+		log_action_msg "Will now activate swapfile swap"
 		swapon -a -e -v || :
 		log_success_msg "Done activating swapfile swap."
 	fi




More information about the Pkg-sysvinit-commits mailing list