aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index bc5b0e37..0ec7a753 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -22,7 +22,7 @@ if [ -z "$HOSTNAME" -o "$HOSTNAME" = "(none)" ]; then
fi
# Mount /proc (done here so volume labels can work with fsck)
-action $"Mounting proc filesystem: " mount -n -t proc /proc /proc
+mount -n -t proc /proc /proc
. /etc/init.d/functions