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

Petter Reinholdtsen pere at alioth.debian.org
Mon Sep 7 05:42:56 UTC 2009


Author: pere
Date: 2009-09-07 05:42:56 +0000 (Mon, 07 Sep 2009)
New Revision: 1734

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc.postinst
Log:
Fix typo in error message from postinst (Closes: #545409).

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-09-06 21:52:53 UTC (rev 1733)
+++ sysvinit/trunk/debian/changelog	2009-09-07 05:42:56 UTC (rev 1734)
@@ -2,6 +2,7 @@
 
   * Make sysv-rc postinst Report detected problems to stderr too when
     failing to migrate.
+  * Fix typo in error message from postinst (Closes: #545409).
   * Make initscripts depend on sysvinit-utils (>= 2.86.ds1-64), to make
     sure the fstab-decode program is available (Closes: #545356).
   * Make sure the calls to 'update-rc.d X remove' in initscripts postinst

Modified: sysvinit/trunk/debian/sysv-rc.postinst
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postinst	2009-09-06 21:52:53 UTC (rev 1733)
+++ sysvinit/trunk/debian/sysv-rc.postinst	2009-09-07 05:42:56 UTC (rev 1734)
@@ -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 removed by not purged"
+	add_problematic "package $package removed but not purged"
     done
 
     # Refuse to migrate if insserv find problems, like loops,




More information about the Pkg-sysvinit-commits mailing list