From 9e196a71ad7f4e7a8ae51ab29e9b34c0af9a2595 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 2 May 2012 14:48:52 -0500 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in index f86c5f26..176dba7a 100644 --- a/sh/init.sh.Linux.in +++ b/sh/init.sh.Linux.in @@ -75,7 +75,7 @@ if [ -e $f ]; then if [ "$(VAR=a cat $f)" = "$(VAR=b 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=false fi fi