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 0BE1E1381F3 for ; Fri, 7 Dec 2012 15:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0213E0212; Fri, 7 Dec 2012 15:48:23 +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 66587E0212 for ; Fri, 7 Dec 2012 15:48:23 +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 76ECA33DB40 for ; Fri, 7 Dec 2012 15:48:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 18A23E5436 for ; Fri, 7 Dec 2012 15:48:21 +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: <1354894752.230a678824811fe73e308b9a41697ae80df21611.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master 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: 230a678824811fe73e308b9a41697ae80df21611 X-VCS-Branch: master Date: Fri, 7 Dec 2012 15:48:21 +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: 66c71723-c402-4690-9d04-9c898a214d60 X-Archives-Hash: 4ac42284d8d477b27f12ced536ee8f8b commit: 230a678824811fe73e308b9a41697ae80df21611 Author: William Hubbs gmail com> AuthorDate: Fri Dec 7 15:39:12 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Dec 7 15:39:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=230a6788 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