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

Petter Reinholdtsen pere at alioth.debian.org
Sun Oct 25 21:33:02 UTC 2009


Author: pere
Date: 2009-10-25 21:33:01 +0000 (Sun, 25 Oct 2009)
New Revision: 1817

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc.postinst
Log:
Correct typo preventing sysv-rc error messges to be sent to stderr.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-10-25 21:12:41 UTC (rev 1816)
+++ sysvinit/trunk/debian/changelog	2009-10-25 21:33:01 UTC (rev 1817)
@@ -1,3 +1,10 @@
+sysvinit (2.87dsf-9) UNRELEASED; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Correct typo preventing sysv-rc error messges to be sent to stderr.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 25 Oct 2009 22:32:18 +0100
+
 sysvinit (2.87dsf-8) unstable; urgency=low
 
   * Update patch 63_init_keep_utf8_ttyflag.patch to try to get it

Modified: sysvinit/trunk/debian/sysv-rc.postinst
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postinst	2009-10-25 21:12:41 UTC (rev 1816)
+++ sysvinit/trunk/debian/sysv-rc.postinst	2009-10-25 21:33:01 UTC (rev 1817)
@@ -177,7 +177,7 @@
 	    if try_to_convert ; then
 		:
 	    else
-		cat 1>&1 <<EOF
+		cat 1>&2 <<EOF
 
 error: Unable to migrate to dependency based boot sequencing.
 error: Problems detected: $PROBLEMATIC




More information about the Pkg-sysvinit-commits mailing list