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 1SPfSu-0005W3-2E for garchives@archives.gentoo.org; Wed, 02 May 2012 19:43:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E772EE06B1; Wed, 2 May 2012 19:43:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B841DE06B1 for ; Wed, 2 May 2012 19:43:46 +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 2AD171B402D for ; Wed, 2 May 2012 19:43:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E848BE5403 for ; Wed, 2 May 2012 19:43:44 +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: <1335987778.ca7d67021e5b93e4d9af45ce13a05f76b4979f75.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/mount-ro.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ca7d67021e5b93e4d9af45ce13a05f76b4979f75 X-VCS-Branch: master Date: Wed, 2 May 2012 19:43:44 +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: 413acc77-f13a-49ac-b390-2b14081c1fe0 X-Archives-Hash: 48a42f5adf1d9717875872ab6086bb1c commit: ca7d67021e5b93e4d9af45ce13a05f76b4979f75 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed May 2 19:40:16 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed May 2 19:42:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dca7d6702 Do not try to remount /run read only On a diskless system, doing this causes the system to lock up during shutdown. --- init.d/mount-ro.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in index 4b07457..369d544 100644 --- a/init.d/mount-ro.in +++ b/init.d/mount-ro.in @@ -23,7 +23,7 @@ start() # Bug 381783 local rc_svcdir=3D$(echo $RC_SVCDIR | sed 's:/lib\(32\|64\)\?/:/lib(32|= 64)?/:g') =20 - local m=3D"/dev|/dev/.*|/proc|/proc.*|/sys|/sys/.*|${rc_svcdir}" x=3D f= s=3D + local m=3D"/dev|/dev/.*|/proc|/proc.*|/sys|/sys/.*|/run|${rc_svcdir}" x= =3D fs=3D m=3D"$m|/bin|/sbin|/lib(32|64)?|/libexec" # RC_NO_UMOUNTS is an env var that can be set by plugins local IFS=3D"$IFS:"