Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: sh/
Date: Wed, 02 May 2012 19:50:55
Message-Id: 1335988132.9e196a71ad7f4e7a8ae51ab29e9b34c0af9a2595.WilliamH@OpenRC
1 commit: 9e196a71ad7f4e7a8ae51ab29e9b34c0af9a2595
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 19:48:52 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 19:48:52 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=9e196a71
7
8 clarify the message about /proc being already mounted
9
10 This message was being taken by some users as an error, so I have
11 removed the part about "skipping..." Hopefully this will make the
12 message less alarming.
13
14 ---
15 sh/init.sh.Linux.in | 2 +-
16 1 files changed, 1 insertions(+), 1 deletions(-)
17
18 diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in
19 index f86c5f2..176dba7 100644
20 --- a/sh/init.sh.Linux.in
21 +++ b/sh/init.sh.Linux.in
22 @@ -75,7 +75,7 @@ if [ -e $f ]; then
23 if [ "$(VAR=a cat $f)" = "$(VAR=b cat $f)" ]; then
24 eerror "You have cruft in /proc that should be deleted"
25 else
26 - einfo "/proc is already mounted, skipping"
27 + einfo "/proc is already mounted"
28 mountproc=false
29 fi
30 fi