init-linux: Do not remove the $rc_libexecdir/init.d directory
Reported-by: toralf.foerster@gmx.de X-Gentoo-Bug: 446342 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=446342
This commit is contained in:
parent
e5173b9127
commit
230a678824
@ -88,9 +88,5 @@ if [ -e "$RC_LIBEXECDIR"/cache/deptree ]; then
|
|||||||
cp -p "$RC_LIBEXECDIR"/cache/* "$RC_SVCDIR" 2>/dev/null
|
cp -p "$RC_LIBEXECDIR"/cache/* "$RC_SVCDIR" 2>/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e "$RC_LIBEXECDIR"/init.d ]; then
|
|
||||||
rm -rf "$RC_LIBEXECDIR"/init.d
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo sysinit >"$RC_SVCDIR"/softlevel
|
echo sysinit >"$RC_SVCDIR"/softlevel
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user