[Initscripts-ng-commits] r887 - in /trunk/src/insserv/debian: changelog update-rc.d-insserv

pere at users.alioth.debian.org pere at users.alioth.debian.org
Tue Jun 23 06:17:55 UTC 2009


Author: pere
Date: Tue Jun 23 06:17:49 2009
New Revision: 887

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=887
Log:
Make a note in the usage text that update-rc.d disable and enable API is not yet set in stone.

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

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=887&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Tue Jun 23 06:17:49 2009
@@ -1,5 +1,6 @@
 insserv (1.12.0-5) unstable; urgency=low
 
+  [ Kel Modderman ]
   * Convert dpatches to quilt series and adjust debian/rules and
     debian/control.
   * Refresh debian/patches/10_nosuse.patch to apply without fuzz.
@@ -38,6 +39,10 @@
     runlevel is given as argument.
   * Also look in /usr/share/insserv/overrides/ when performing
     disable/enable function in update-rc.d.
+
+  [ Petter Reinholdtsen ]
+  * Make a note in the usage text that update-rc.d disable and enable
+    API is not yet set in stone.
 
  -- Kel Modderman <kel at otaku42.de>  Sat, 16 May 2009 22:47:07 +1000
 

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=887&op=diff
==============================================================================
--- trunk/src/insserv/debian/update-rc.d-insserv (original)
+++ trunk/src/insserv/debian/update-rc.d-insserv Tue Jun 23 06:17:49 2009
@@ -54,6 +54,8 @@
        update-rc.d [-n] <basename> disable|enable [runlvl1 runlvl2 ...]
                 -n: not really
                 -f: force
+
+The disable|enable API is not stable and might change in the future.
 EOF
     exit (1);
 }




More information about the Initscripts-ng-commits mailing list