[Patch] Add example to Default-Start/Stop
Tobias Burnus <[email protected]>
| Newsgroups | gmane.linux.lsb.discuss |
|---|---|
| Message-ID | <[email protected]> |
Hi, this uses the suggested fix to bug [ lsb-Bugs-765895 ] Default-Stop definition unclear by Jim Kingdon. This adds an example in a footnote. This footnote is needed since the usage of 'Default-Stop' seems to be a bit unclear to some of the SPEC readers. Tobias initscripts.sgml =================================================================== RCS file: /cvsroot/lsb/lsbspec/gLSB/sysinit/initscripts.sgml,v retrieving revision 1.13 diff -u -r1.13 initscripts.sgml --- initscripts.sgml 3 Sep 2003 17:19:14 -0000 1.13 +++ initscripts.sgml 2 Oct 2003 15:16:41 -0000 @@ -90,6 +90,12 @@ The "Default-Start" and "Default-Stop" headers define which run levels should by default run the script with a start or stop argument, respectively, to start or stop the services controlled by the init script. +<footnote> +<para> +For example, if you want a service to run in runlevels 3, 4, and 5 (only), +specify "Default-Start: 3 4 5" and "Default-Stop: 0 1 2 6". +</para> +</footnote> </PARA> <PARA>