From: Russ Allbery
Date: Sat, 14 Feb 2009 04:02:21 +0000 (-0800)
Subject: Init scripts ending in *.sh aren't special
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e656b57b4d473ddc8bac201b82dbc7b12a5ba26b;p=debian%2Fdebian-policy.git
Init scripts ending in *.sh aren't special
Remove the requirement of special handling of init scripts ending in *.sh.
---
diff --git a/policy.sgml b/policy.sgml
index 36f51aa..6afb4a0 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -5935,13 +5935,6 @@ rmdir /usr/local/share/emacs 2>/dev/null || true
K prefix, but they too are called with the single
argument stop.
-
-
- Also, if the script name ends in .sh, the script
- will be sourced in runlevel S rather than being
- run in a forked subprocess, but will be explicitly run by
- sh in all other runlevels.
-