From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RgPUC-0001Vn-Oz for garchives@archives.gentoo.org; Thu, 29 Dec 2011 23:34:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69ACB21C02B; Thu, 29 Dec 2011 23:34:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3347B21C02B for ; Thu, 29 Dec 2011 23:34:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 828CA1B4061 for ; Thu, 29 Dec 2011 23:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E09F480043 for ; Thu, 29 Dec 2011 23:34:03 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <6c8e8e2a964d28cc3924e61a371412f97d51b771.WilliamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/bootmisc.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6c8e8e2a964d28cc3924e61a371412f97d51b771 Date: Thu, 29 Dec 2011 23:34:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 30b93922-9959-482f-b3e7-311c55698aec X-Archives-Hash: 1afb705bb2246aa24e83fa9c30d02395 commit: 6c8e8e2a964d28cc3924e61a371412f97d51b771 Author: William Hubbs gentoo org> AuthorDate: Thu Dec 29 23:27:54 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Dec 29 23:28:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D6c8e8e2a disable /run migration until we have /run in baselayout --- init.d/bootmisc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index 96455ad..50c5641 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -117,7 +117,7 @@ start() fi done =20 - if [ "$RC_UNAME" =3D Linux -a -d /run ]; then + if [ "$RC_UNAME" =3D Linux -a -d /run -a false ]; then migrate_to_run /var/lock /run/lock migrate_to_run /var/run /run fi