From a30dabef9b5ff5eed0c33295f4695dfd7d360999 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 24 Nov 2004 02:03:45 +0000 Subject: don't mount GFS (#140281) --- rc.d/init.d/netfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/init.d/netfs') 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