From 0884271bdd578c3bbf309f158a8ca1410d6be3b1 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 7 Dec 2012 09:39:12 -0600 Subject: 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 --- sh/init.sh.Linux.in | 4 ---- 1 file changed, 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 -- cgit v1.2.3