From 18c7679d90ca5c1c9508548c35c0a4ea14ca4d6f Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Tue, 27 May 2003 18:29:39 +0000 Subject: fixed a small typo --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 479882b..4d92070 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -18,7 +18,7 @@ status "Starting DevFS Daemon" /sbin/devfsd /dev # /proc is temporarily mounted to check for LVM support - it is re-mounted # later from /etc/fstab /bin/mount -t proc none /proc -if [ -f /proc/lvm/global -a -x /sbin/vgscan ]; then +if [ -f /proc/lvm/global -a -x /sbin/vgchange ]; then stat_busy "Scanning for LVM groups" /sbin/vgchange -a y stat_done -- cgit v1.2.3