Package: insserv
Version: 1.10.0-6
Severity: wishlist
Tags: patch

This patch removes references to things not present on a debian system and
makes some other minor changes:

* Lowercase first letter in NAME section
* Add stop option to SYNOPSIS section
* Remove reference to install_initd and remove_initd
* Add Short-Description: to LSB header example
* Remove note about how SUSE ignore stop options
* We don't have runlevel B, and our runlevel S is not for single user mode
* insserv ignores init scripts with file extension of .dpkg*
* Don't refer to non-exsting manpages

Thanks, Kel.
---
--- insserv.8~  2008-01-22 19:25:47.000000000 +1000
+++ insserv.8   2008-01-22 19:37:04.000000000 +1000
@@ -10,7 +10,7 @@
 .UC 8
 .OS SuSE Linux
 .SH NAME
-Insserv \- Enable an installed system init script
+insserv \- Enable an installed system init script
 .SH SYNOPSIS
 .\"
 .B insserv
@@ -25,7 +25,7 @@ Insserv \- Enable an installed system in
 .RB [ \-v ]
 .RB [ \-c\ <config> ]
 .RB [ \-p\ <path> ]
-.RI [[ / ] path/to/init.d/ ] script [ ,start=<lvl1> [ ,<lvl2> ]]\ ...
+.RI [[ / ] path/to/init.d/ ] script [ ,start=<lvl1> [ ,<lvl2>\ ... ] 
,stop=<lvl1> [ ,<lvl2>\ ... ]]
 .PP
 .B insserv
 .RB [ \-v ]
@@ -39,11 +39,6 @@ Insserv \- Enable an installed system in
 .B insserv
 .B \-h
 .PP
-.RB /usr/lib/lsb/install_initd
-.RI [[ / ] path/to/init.d/script ]
-.PP
-.RB /usr/lib/lsb/remove_initd
-.RI [[ / ] path/to/init.d/script ]
 .SH DESCRIPTION
 .B insserv
 enables an installed system init script (`boot script')
@@ -52,30 +47,22 @@ by reading the comment header of the scr
 .in +1l
 .nf
  ### BEGIN INIT INFO
- # Provides:       boot_facility_1 [ boot_facility_2 ...]
- # Required-Start: boot_facility_1 [ boot_facility_2 ...]
- # Required-Stop:  boot_facility_1 [ boot_facility_2 ...]
- # Should-Start:   boot_facility_1 [ boot_facility_2 ...]
- # Should-Stop:    boot_facility_1 [ boot_facility_2 ...]
- # X-Start-Before: boot_facility_1 [ boot_facility_2 ...]
- # X-Stop-After:   boot_facility_1 [ boot_facility_2 ...]
- # Default-Start:  run_level_1 [ run_level_2 ...]
- # Default-Stop:   run_level_1 [ run_level_2 ...]
- # Description:    multiline_description
+ # Provides:          boot_facility_1 [ boot_facility_2 ...]
+ # Required-Start:    boot_facility_1 [ boot_facility_2 ...]
+ # Required-Stop:     boot_facility_1 [ boot_facility_2 ...]
+ # Should-Start:      boot_facility_1 [ boot_facility_2 ...]
+ # Should-Stop:       boot_facility_1 [ boot_facility_2 ...]
+ # X-Start-Before:    boot_facility_1 [ boot_facility_2 ...]
+ # X-Stop-After:      boot_facility_1 [ boot_facility_2 ...]
+ # Default-Start:     run_level_1 [ run_level_2 ...]
+ # Default-Stop:      run_level_1 [ run_level_2 ...]
+ # Short-Description: short_description
+ # Description:       multiline_description
  ### END INIT INFO
 .fi
 .in -1l
 .sp 1
 and calculating the dependencies between all scripts.
-Please note, that the
-.BR Required-Stop,
-.BR Should-Stop ,
-.BR X-Stop-After,
-and
-.B Default\-Stop
-are ignored in SuSE Linux, because the SuSE boot script concept
-uses a differential link scheme (see
-.IR init.d (7)).
 The optional
 .B X\-Start\-Before
 keyword implies that the script using this keyword
@@ -86,8 +73,7 @@ services now depend on the specifying sc
 With known dependencies and runlevel(s)
 .B insserv
 sets and reorders the corresponding symbolic links
-of the concerned runlevels directories (see
-.IR init.d (7)).
+of the concerned runlevels directories.
 Known runlevels are:
 .sp 1
 .in +1l
@@ -99,12 +85,10 @@ Known runlevels are:
  \fB4\fR\   reserved for local use
  \fB5\fR\   used for full multiuser with network and xdm
  \fB6\fR\   used for System reboot
- \fBS\fR\   used during boot into single user mode
- \fBB\fR\   used during boot before any other runlevel
+ \fBS\fR\   used during boot before any other runlevel
 .fi
 .in -1l
 .sp 1
-.PP
 .B insserv
 scans for
 .B System Facilities
@@ -233,7 +217,7 @@ checks for the existence of these script
 For the runlevels the information found in
 the script is used.
 .TP
-.RI [[ / ] path/to/init.d/ ] script [ ,start=<lvl1> [ ,<lvl2> ]]\ ...
+.RI [[ / ] path/to/init.d/ ] script [ ,start=<lvl1> [ ,<lvl2>\ ... ] 
,stop=<lvl1> [ ,<lvl2>\ ... ]]
 List of scripts which have to be added to
 the specified runlevels to be started with.
 You may use this extension to overwrite the default values
@@ -241,9 +225,6 @@ for start and stop runlevels of the scri
 Note that
 .BR <lvl1> ,\  <lvl2> ,\ ...
 are the known runlevels explained above.
-The extension
-.IR ,stop=<lvl1> [ ,<lvl2> ]]
-is possible but ignored on SuSE Linux.
 .TP
 .RI \fB\-r\fR\ [[ / ] path/to/init.d/ ] script\ ...
 List of scripts which should be removed from
@@ -269,6 +250,7 @@ boot script file names will be not accep
 .sp 1
 .in +1l
 .nf
+        *.dpkg*
         *.rpm*
         *.ba*
         *.old
@@ -308,7 +290,7 @@ directory for further configuration file
 LSB System Facilities.
 .TP
 .I /etc/init.d/
-path to the SuSE boot script base directory as
+path to the init script base directory as
 required by the Linux Standard Base Specification (LSB).
 .PP
 .IR /etc/init.d/.depend.boot ,
@@ -329,11 +311,7 @@ with the help of
 
 .\"
 .SH SEE ALSO
-.BR init.d (7),
 .BR init (7),
-.BR startproc (8),
-.BR checkproc (8),
-.BR killproc (8),
 .BR startpar (8).
 .SH COPYRIGHT
 2000\-2003 Werner Fink,
---



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to