Author: pere
Date: Sun Jul 26 11:59:58 2009
New Revision: 933

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=933
Log:
Change the default to enable dependency based boot sequencing if
check-initd-order report that it is safe to do.  This should enable
it in the common case, while avoiding conversion on problems.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/insserv.config

Modified: trunk/src/insserv/debian/changelog
URL: 
http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=933&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sun Jul 26 11:59:58 2009
@@ -2,6 +2,9 @@
 
   * Change check-initd-order to return a exit code when there is a problem
     with the boot sequence or dependencies.
+  * Change the default to enable dependency based boot sequencing if
+    check-initd-order report that it is safe to do.  This should enable
+    it in the common case, while avoiding conversion on problems.
 
  -- Petter Reinholdtsen <[email protected]>  Sun, 26 Jul 2009 13:40:00 +0200
 

Modified: trunk/src/insserv/debian/insserv.config
URL: 
http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/insserv.config?rev=933&op=diff
==============================================================================
--- trunk/src/insserv/debian/insserv.config (original)
+++ trunk/src/insserv/debian/insserv.config Sun Jul 26 11:59:58 2009
@@ -60,6 +60,9 @@
     if check_divert status /usr/sbin/update-rc.d \
        /usr/sbin/update-rc.d-insserv ; then
        db_set insserv/enable true
+    elif /usr/share/insserv/check-initd-order ; then
+       # No problems with the current boot scripts, should be safe to enable
+       db_set insserv/enable true
     else
        db_set insserv/enable false
     fi


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

Reply via email to