summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-12-07 09:39:12 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-12-07 09:53:28 -0600
commit0884271bdd578c3bbf309f158a8ca1410d6be3b1 (patch)
tree260dc6d2cf0d21f9ac29d202a6cd89c1b7a05cd0
parentf837107ca5f519f7daf92ed0d8ef39b31804cdff (diff)
downloadopenrc-0.11.8.tar.gz
openrc-0.11.8.tar.bz2
openrc-0.11.8.tar.xz
init-linux: Do not remove the $rc_libexecdir/init.d directoryopenrc-0.11.8
Reported-by: toralf.foerster@gmx.de X-Gentoo-Bug: 446342 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=446342
-rw-r--r--sh/init.sh.Linux.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in
index f45eae1..9b13aad 100644
--- a/sh/init.sh.Linux.in
+++ b/sh/init.sh.Linux.in
@@ -88,9 +88,5 @@ if [ -e "$RC_LIBEXECDIR"/cache/deptree ]; then
cp -p "$RC_LIBEXECDIR"/cache/* "$RC_SVCDIR" 2>/dev/null
fi
-if [ -e "$RC_LIBEXECDIR"/init.d ]; then
- rm -rf "$RC_LIBEXECDIR"/init.d
-fi
-
echo sysinit >"$RC_SVCDIR"/softlevel
exit 0