[Initscripts-ng-commits] r135 - /trunk/src/insserv/debian/insserv.postinst

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu Sep 7 12:02:07 UTC 2006


Author: pere
Date: Thu Sep  7 12:02:07 2006
New Revision: 135

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=135
Log:
Remember to remove flag file when disabling the dependency based boot system.

Modified:
    trunk/src/insserv/debian/insserv.postinst

Modified: trunk/src/insserv/debian/insserv.postinst
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/insserv.postinst?rev=135&op=diff
==============================================================================
--- trunk/src/insserv/debian/insserv.postinst (original)
+++ trunk/src/insserv/debian/insserv.postinst Thu Sep  7 12:02:07 2006
@@ -53,6 +53,8 @@
 
 	    # Revert to old boot order if possible
 	    update-bootsystem-insserv restore
+
+	    rm -f $flagfile
 	fi
 	;;
     *)




More information about the Initscripts-ng-commits mailing list