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

Petter Reinholdtsen pere at alioth.debian.org
Sun Sep 6 15:14:17 UTC 2009


Author: pere
Date: 2009-09-06 15:14:17 +0000 (Sun, 06 Sep 2009)
New Revision: 1728

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc.postinst
Log:
Make sysv-rc postinst Report detected problems to stderr too when
failing to migrate.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-09-05 20:30:32 UTC (rev 1727)
+++ sysvinit/trunk/debian/changelog	2009-09-06 15:14:17 UTC (rev 1728)
@@ -1,3 +1,10 @@
+sysvinit (2.87dsf-5) UNRELEASED; urgency=low
+
+  * Make sysv-rc postinst Report detected problems to stderr too when
+    failing to migrate.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 06 Sep 2009 17:13:33 +0200
+
 sysvinit (2.87dsf-4) unstable; urgency=low
 
   * Send all output from the sysv-rc postinst to stderr, to make sure

Modified: sysvinit/trunk/debian/sysv-rc.postinst
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postinst	2009-09-05 20:30:32 UTC (rev 1727)
+++ sysvinit/trunk/debian/sysv-rc.postinst	2009-09-06 15:14:17 UTC (rev 1728)
@@ -178,6 +178,7 @@
 		:
 	    else
 		echo "error: Unable to migrate to dependency based boot sequencing." 1>&2
+		echo "error: Problems detected: $PROBLEMATIC" 1>&2
 	    fi
 	fi
 	;;




More information about the Pkg-sysvinit-commits mailing list