]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Init scripts ending in *.sh aren't special
authorRuss Allbery <rra@debian.org>
Sat, 14 Feb 2009 04:02:21 +0000 (20:02 -0800)
committerRuss Allbery <rra@debian.org>
Sat, 14 Feb 2009 04:02:21 +0000 (20:02 -0800)
Remove the requirement of special handling of init scripts ending in *.sh.

policy.sgml

index 36f51aa795d18c3c649727a8349741f745d8ddc4..6afb4a00a05317d08e9c7c404ea0ae96bb58ee1c 100644 (file)
@@ -5935,13 +5935,6 @@ rmdir /usr/local/share/emacs 2>/dev/null || true
            <tt>K</tt> prefix, but they too are called with the single
            argument <tt>stop</tt>.
          </p>
-
-         <p>
-           Also, if the script name ends in <tt>.sh</tt>, the script
-           will be sourced in runlevel <tt>S</tt> rather than being
-           run in a forked subprocess, but will be explicitly run by
-           <prgn>sh</prgn> in all other runlevels.
-         </p>
        </sect1>
 
        <sect1>