[Initscripts-ng-commits] r1075 - in /trunk/src/insserv/debian: changelog control patches/160_manual_page_update.patch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon Apr 9 11:25:39 UTC 2012


Author: kelmo-guest
Date: Mon Apr  9 11:25:37 2012
New Revision: 1075

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=1075
Log:
* Mention when insserv should (not) be used and how update-rc.d is
  almost always the interface you want to use. (Closes: #566352)
* Use the package short summary in the manual page too, it mentions
  the keyword "dependency". (Closes: #609655)

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/control
    trunk/src/insserv/debian/patches/160_manual_page_update.patch

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=1075&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Mon Apr  9 11:25:37 2012
@@ -39,8 +39,12 @@
   * No longer provide LSB dependency overrides for obsolete (etch or
     before) packages such as hotplug, modutils, initrd-tools and devfsd.
     (Closes: #545164, #545165, #545166, #545169)
-
- -- Kel Modderman <kel at otaku42.de>  Mon, 09 Apr 2012 20:56:40 +1000
+  * Mention when insserv should (not) be used and how update-rc.d is
+    almost always the interface you want to use. (Closes: #566352)
+  * Use the package short summary in the manual page too, it mentions
+    the keyword "dependency". (Closes: #609655)
+
+ -- Kel Modderman <kel at otaku42.de>  Mon, 09 Apr 2012 21:25:25 +1000
 
 insserv (1.14.0-2.2) unstable; urgency=low
 

Modified: trunk/src/insserv/debian/control
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/control?rev=1075&op=diff
==============================================================================
--- trunk/src/insserv/debian/control (original)
+++ trunk/src/insserv/debian/control Mon Apr  9 11:25:37 2012
@@ -15,7 +15,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: bootchart2
 Breaks: sysv-rc (<< 2.87dsf-3)
-Description: boot sequence organizer using LSB init.d script dependencies
+Description: boot sequence organizer using LSB init.d script dependency information
  The insserv program is used by the standard SysV-based init system. It
  updates the order of symlinks in /etc/rc?.d/ based on dependencies
  specified by LSB headers in the init.d scripts themselves.

Modified: trunk/src/insserv/debian/patches/160_manual_page_update.patch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/160_manual_page_update.patch?rev=1075&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/160_manual_page_update.patch (original)
+++ trunk/src/insserv/debian/patches/160_manual_page_update.patch Mon Apr  9 11:25:37 2012
@@ -1,10 +1,49 @@
 Description: rollup of updates to insserv.8:
  * fix section number for init(8), thanks Regid Ichira <regid23 at yahoo.com>
    (Closes: #634150)
+ * mention when insserv should (not) be used and how update-rc.d is almost
+   always the interface you want to use (Closes: #566352)
+ * use the package short summary in the manual page too, it mentions the
+   keyword "dependency" (Closes: #609655)
 Author: Kel Modderman <kel at otaku42.de>
 --- a/insserv.8.in
 +++ b/insserv.8.in
-@@ -456,7 +456,7 @@ with the help of
+@@ -26,7 +26,7 @@
+ .UC 8
+ @@END_SUSE@@
+ .SH NAME
+-insserv \- Enable an installed system init script
++insserv \- boot sequence organizer using LSB init.d script dependency information
+ .SH SYNOPSIS
+ .\"
+ .B insserv
+@@ -64,8 +64,10 @@ insserv \- Enable an installed system in
+ @@END_SUSE@@
+ .SH DESCRIPTION
+ .B insserv
+-enables an installed system init script (`boot script')
+-by reading the comment header of the script, e.g.:
++is a low level tool used by
++.B update\-rc.d
++which enables an installed system
++init script (`boot script') by reading the comment header of the script, e.g.:
+ .sp 1
+ .in +1l
+ .nf
+@@ -86,7 +88,11 @@ by reading the comment header of the scr
+ .fi
+ .in -1l
+ .sp 1
+-and calculating the dependencies between all scripts.
++and calculating the dependencies between all scripts. It is not recommended to
++execute insserv directly unless you know exactly what you're doing, doing so
++may render your boot system inoperable.
++.B update\-rc.d
++is the recommended interface for managing init scripts.
+ @@BEGIN_SUSE@@
+ Please note, that the
+ .B Default\-Stop
+@@ -456,13 +462,14 @@ with the help of
  @@BEGIN_SUSE@@
  .BR init.d (7),
  @@END_SUSE@@
@@ -13,3 +52,11 @@
  @@BEGIN_SUSE@@
  .BR startproc (8),
  .BR checkproc (8),
+ .BR killproc (8),
+ @@END_SUSE@@
+-.BR startpar (8).
++.BR startpar (8),
++.BR update\-rc.d (8).
+ .SH COPYRIGHT
+ 2000\-2009 Werner Fink,
+ .br




More information about the Initscripts-ng-commits mailing list