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 1SPfZe-0006Np-T1 for garchives@archives.gentoo.org; Wed, 02 May 2012 19:50:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F288E0603; Wed, 2 May 2012 19:50:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 20986E0603 for ; Wed, 2 May 2012 19:50: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 578BF1B403B for ; Wed, 2 May 2012 19:50:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 132A3E5403 for ; Wed, 2 May 2012 19:50: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: <1335988132.9e196a71ad7f4e7a8ae51ab29e9b34c0af9a2595.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: 9e196a71ad7f4e7a8ae51ab29e9b34c0af9a2595 X-VCS-Branch: master Date: Wed, 2 May 2012 19:50: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: 1306cc4a-982e-4b04-bfb3-be23b38fa434 X-Archives-Hash: 72c2219332cbdb7a63f349e4fcb5dd50 commit: 9e196a71ad7f4e7a8ae51ab29e9b34c0af9a2595 Author: William Hubbs gentoo org> AuthorDate: Wed May 2 19:48:52 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed May 2 19:48:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D9e196a71 clarify the message about /proc being already mounted This message was being taken by some users as an error, so I have removed the part about "skipping..." Hopefully this will make the message less alarming. --- sh/init.sh.Linux.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in index f86c5f2..176dba7 100644 --- a/sh/init.sh.Linux.in +++ b/sh/init.sh.Linux.in @@ -75,7 +75,7 @@ if [ -e $f ]; then if [ "$(VAR=3Da cat $f)" =3D "$(VAR=3Db cat $f)" ]; then eerror "You have cruft in /proc that should be deleted" else - einfo "/proc is already mounted, skipping" + einfo "/proc is already mounted" mountproc=3Dfalse fi fi