[Initscripts-ng-commits] r136 - /trunk/src/insserv/debian/update-rc.d-insserv

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu Sep 7 12:19:41 UTC 2006


Author: pere
Date: Thu Sep  7 12:19:39 2006
New Revision: 136

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=136
Log:
Document that update-rc.d is not implemented yet.

Modified:
    trunk/src/insserv/debian/update-rc.d-insserv

Modified: trunk/src/insserv/debian/update-rc.d-insserv
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/update-rc.d-insserv?rev=136&op=diff
==============================================================================
--- trunk/src/insserv/debian/update-rc.d-insserv (original)
+++ trunk/src/insserv/debian/update-rc.d-insserv Thu Sep  7 12:19:39 2006
@@ -3,11 +3,12 @@
 flagfile=/etc/update-rc.d-insserv
 
 if [ -f $flagfile ] ; then
+    # XXX not implemented
     insserv $scriptname
 else
     echo error: Inconsistent update-rc.d configuration.  The flag file
     echo error: $flagfile is missing,
     echo error: but the update-rc.d divert is still in place.  Calling
     echo error: the version from sysv-rc directly.
-    exec /usr/sbin/update-rc.d.distrib
+    exec /usr/sbin/update-rc.d.distrib $@
 fi




More information about the Initscripts-ng-commits mailing list