From 8c690d3576a71e55304951a1a6d374495cf1c4f9 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 24 Nov 2004 02:04:39 +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 204e262b..02afab77 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -38,7 +38,7 @@ case "$1" in [ -n "$SMBFSTAB" ] && action $"Mounting SMB filesystems: " mount -a -t smbfs [ -n "$NCPFSTAB" ] && action $"Mounting NCP filesystems: " mount -a -t ncpfs touch /var/lock/subsys/netfs - action $"Mounting other filesystems: " mount -a -t nonfs,smbfs,ncpfs + action $"Mounting other filesystems: " mount -a -t nonfs,smbfs,ncpfs,gfs ;; stop) # Unmount loopback stuff first -- cgit v1.2.1