From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A0D3138202 for ; Fri, 7 Dec 2012 16:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 828B9E0531; Fri, 7 Dec 2012 16:15:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0666BE0531 for ; Fri, 7 Dec 2012 16:15:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B49B33DB5F for ; Fri, 7 Dec 2012 16:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C10C7E5442 for ; Fri, 7 Dec 2012 16:15:48 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1354895608.0884271bdd578c3bbf309f158a8ca1410d6be3b1.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.11.x commit in: sh/ X-VCS-Repository: proj/openrc X-VCS-Files: sh/init.sh.Linux.in X-VCS-Directories: sh/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 0884271bdd578c3bbf309f158a8ca1410d6be3b1 X-VCS-Branch: openrc-0.11.x Date: Fri, 7 Dec 2012 16:15:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1fa4db91-81cc-4de5-9e7b-07985f67f44a X-Archives-Hash: 4e6f1434223779dde981ff0f4978bde0 commit: 0884271bdd578c3bbf309f158a8ca1410d6be3b1 Author: William Hubbs gmail com> AuthorDate: Fri Dec 7 15:39:12 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Dec 7 15:53:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=0884271b 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 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