aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/netfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs
index 332527a0..faab107e 100755
--- a/rc.d/init.d/netfs
+++ b/rc.d/init.d/netfs
@@ -46,7 +46,7 @@ case "$1" in
[ -n "$NETDEVFSTAB" ] &&
{
if [ -x /sbin/lvm.static ]; then
- if /sbin/lvm.static vgscan > /dev/null 1>&1 ; then
+ if /sbin/lvm.static vgscan > /dev/null 2>&1 ; then
action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y
fi
fi