summaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-11-24 02:03:45 +0000
committerBill Nottingham <notting@redhat.com>2004-11-24 02:03:45 +0000
commita30dabef9b5ff5eed0c33295f4695dfd7d360999 (patch)
treeea5ffefba1bbbf660b1aaa5ffffd7fc6c167b3ba /rc.d
parent60bb4631907d34f4fc6336d5347230bf242724c6 (diff)
downloadinitscripts-a30dabef9b5ff5eed0c33295f4695dfd7d360999.tar.gz
initscripts-a30dabef9b5ff5eed0c33295f4695dfd7d360999.tar.xz
initscripts-a30dabef9b5ff5eed0c33295f4695dfd7d360999.zip
don't mount GFS (#140281)
Diffstat (limited to 'rc.d')
-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 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