[Initscripts-ng-commits] r398 - /trunk/src/insserv/debian/update-bootsystem-insserv

pere at users.alioth.debian.org pere at users.alioth.debian.org
Tue Jan 1 20:07:28 UTC 2008


Author: pere
Date: Tue Jan  1 20:07:28 2008
New Revision: 398

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=398
Log:
Visual cleanup.

Modified:
    trunk/src/insserv/debian/update-bootsystem-insserv

Modified: trunk/src/insserv/debian/update-bootsystem-insserv
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/update-bootsystem-insserv?rev=398&op=diff
==============================================================================
--- trunk/src/insserv/debian/update-bootsystem-insserv (original)
+++ trunk/src/insserv/debian/update-bootsystem-insserv Tue Jan  1 20:07:28 2008
@@ -100,12 +100,12 @@
 else
     # Refuse to convert when there are obsolete init.d scripts left
     # behind, as these tend to confuse the boot sequence.
-    echo "info: checking if it is safe to convert to dependency based boot."
+    echo "info: Checking if it is safe to convert to dependency based boot."
     for package in $(dpkg -S $(find /etc/init.d -type f -perm /+x) \
                      2>/dev/null | cut -d: -f1 | sort -u); do
         if dpkg-query -W -f='${Conffiles}' $package | \
             grep /etc/init.d/ | grep -q obsolete; then
-            echo "error: obsolete init.d conffile left behind by package $package:"
+            echo "error: Obsolete init.d conffile left behind by package $package:"
             dpkg-query -W -f='${Conffiles}' $package | \
                 grep /etc/init.d/ | grep obsolete | sed 's/^/  /'
             badstate=1




More information about the Initscripts-ng-commits mailing list