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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu Sep 7 11:37:30 UTC 2006


Author: pere
Date: Thu Sep  7 11:37:29 2006
New Revision: 133

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=133
Log:
Make sure to include the debhelper related parts in the postinst.

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=133&op=diff
==============================================================================
--- trunk/src/insserv/debian/insserv.postinst (original)
+++ trunk/src/insserv/debian/insserv.postinst Thu Sep  7 11:37:29 2006
@@ -28,15 +28,13 @@
     esac
 }
 
-
-
 case "$1" in
     configure)
 	db_get insserv/enable || true
 	if [ true = "$RET" ] && [ ! -f $flagfile ]; then
 	    # Enable it, as it was not enabled already
 
-	    # Reorder the boot sequence, and divert if it worked
+	    # Reorder the boot sequence, and divert update-rc.d if it worked
 	    if update-bootsystem-insserv ; then
 		: # All OK
 		echo "success: Boot system successfully converted"
@@ -60,3 +58,7 @@
     *)
 	;;
 esac
+
+db_stop
+
+#DEBHELPER#




More information about the Initscripts-ng-commits mailing list