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

Thomas Hood jdthood-guest at costa.debian.org
Fri Nov 18 12:52:43 UTC 2005


Author: jdthood-guest
Date: 2005-11-18 12:52:42 +0000 (Fri, 18 Nov 2005)
New Revision: 124

Modified:
   sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh
Log:
Use log_action_begin_msg and log_action_end_msg instead of log_begin_msg and log_end_msg for 'Checking all file systems...' message

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh	2005-11-18 08:19:04 UTC (rev 123)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh	2005-11-18 12:52:42 UTC (rev 124)
@@ -50,9 +50,9 @@
     	dumb|network|unknown|"") spinner="" ;;
         esac
         [ `uname -m` = s390 ] && spinner="" # This should go away
-	[ "$VERBOSE" != no ] && log_begin_msg "Checking all file systems..."
+	[ "$VERBOSE" != no ] && log_action_begin_msg "Checking all file systems"
 	fsck $spinner -T -R -A $fix $force
-	[ "$VERBOSE" != no ] && log_end_msg $?
+	[ "$VERBOSE" != no ] && log_action_end_msg $?
         if [ $? -gt 1 ]
         then
           echo




More information about the Pkg-sysvinit-commits mailing list