[Initscripts-ng-commits] r1012 - in /trunk/src/insserv/debian: changelog patches/82_loop_exit_msg.patch patches/series

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Sep 23 14:56:00 UTC 2009


Author: pere
Date: Wed Sep 23 14:56:00 2009
New Revision: 1012

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=1012
Log:
New patch 82_loop_exit_msg.patch to make exit message when a loop
is detected loop more like the exit messages when other problems
are detected.

Added:
    trunk/src/insserv/debian/patches/82_loop_exit_msg.patch
Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/patches/series

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=1012&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Wed Sep 23 14:56:00 2009
@@ -2,6 +2,9 @@
 
   * Remove obsolete rules targets missing-overrides, bin-by-inst.txt,
     missingpkgs, missing-by-popcon and clean-extra.
+  * New patch 82_loop_exit_msg.patch to make exit message when a loop
+    is detected loop more like the exit messages when other problems
+    are detected.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 20 Sep 2009 22:05:40 +0200
 

Added: trunk/src/insserv/debian/patches/82_loop_exit_msg.patch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/82_loop_exit_msg.patch?rev=1012&op=file
==============================================================================
--- trunk/src/insserv/debian/patches/82_loop_exit_msg.patch (added)
+++ trunk/src/insserv/debian/patches/82_loop_exit_msg.patch Wed Sep 23 14:56:00 2009
@@ -1,0 +1,20 @@
+Purpose: Make message printed when loops are detected look more like
+         the messages printed when other errors are detected ("exiting
+         now!"), to make it easier for piuparts to discover these errors too.
+Fixes:   -
+Status:  Not yet submitted upstream.
+---
+
+Index: insserv/insserv.c
+===================================================================
+--- insserv.orig/insserv.c	2009-09-23 16:53:01.000000000 +0200
++++ insserv/insserv.c	2009-09-23 16:54:31.000000000 +0200
+@@ -3188,7 +3188,7 @@
+      */
+     follow_all();
+     if (is_loop_detected() && !ignore)
+-	error("exiting without changing boot order!\n");
++	error("exiting now without changing boot order!\n");
+ 
+     /*
+      * Be sure that interactive scripts are the only member of

Modified: trunk/src/insserv/debian/patches/series
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/series?rev=1012&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/series (original)
+++ trunk/src/insserv/debian/patches/series Wed Sep 23 14:56:00 2009
@@ -11,6 +11,7 @@
 71_complete_makefile.patch
 80_manual_warnings.patch
 81_lessverbose.patch
+82_loop_exit_msg.patch
 90_no_runlevel_spec_for_debian.patch
 91_kfreebsd_nofadvice.patch
 92_m68k_alignment.patch




More information about the Initscripts-ng-commits mailing list