[Pkg-sysvinit-commits] r1694 - sysvinit/trunk/debian

Petter Reinholdtsen pere at alioth.debian.org
Tue Sep 1 17:45:35 UTC 2009


Author: pere
Date: 2009-09-01 17:45:35 +0000 (Tue, 01 Sep 2009)
New Revision: 1694

Modified:
   sysvinit/trunk/debian/sysv-rc.postinst
Log:
Improve message sent to debconf template.

Modified: sysvinit/trunk/debian/sysv-rc.postinst
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postinst	2009-09-01 16:06:46 UTC (rev 1693)
+++ sysvinit/trunk/debian/sysv-rc.postinst	2009-09-01 17:45:35 UTC (rev 1694)
@@ -67,7 +67,7 @@
             for initscript in $obsolete_initscripts; do
                 if [ -e "$initscript" ]; then
                     retval=0
-                    add_problematic "package $package (obsolete init.d script left behind)"
+                    add_problematic "package $package left obsolete init.d script behind"
                 fi
             done
         fi
@@ -79,7 +79,7 @@
     for package in $(dpkg -l $(dpkg -S /etc/init.d/* 2>/dev/null |
 	    cut -d: -f1 |sort -u)|grep ^rc|awk '{print $2}') ; do
 	retval=0
-	add_problematic "package $package (not purged)"
+	add_problematic "package $package removed by not purged"
     done
 
     # Refuse to migrate if insserv find problems, like loops,




More information about the Pkg-sysvinit-commits mailing list