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 <[email protected]>  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


_______________________________________________
Initscripts-ng-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/initscripts-ng-commits

Reply via email to