From 57778525e6d9af1185bf34af9e6fb083f8d4516a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 24 Nov 2004 02:03:20 +0000 Subject: don't mount GFS (#140281) --- rc.d/init.d/netfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 31a7762d..5df4a4b4 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -41,7 +41,7 @@ case "$1" in [ -n "$CIFSFSTAB" ] && action $"Mounting CIFS filesystems: " mount -a -t cifs [ -n "$NCPFSTAB" ] && action $"Mounting NCP filesystems: " mount -a -t ncpfs touch /var/lock/subsys/netfs - action $"Mounting other filesystems: " mount -a -t nonfs,nfs4,smbfs,cifs,ncpfs + action $"Mounting other filesystems: " mount -a -t nonfs,nfs4,smbfs,cifs,ncpfs,gfs ;; stop) # Unmount loopback stuff first -- cgit v1.2.1