aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/netfs
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/init.d/netfs')
-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 2b5dd84a..81784124 100755
--- a/rc.d/init.d/netfs
+++ b/rc.d/init.d/netfs
@@ -55,7 +55,7 @@ case "$1" in
fi
if [ -x /sbin/lvm ]; then
if /sbin/lvm vgscan > /dev/null 2>&1 ; then
- action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a y
+ action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay
fi
fi