aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-11-24 02:03:34 +0000
committerBill Nottingham <notting@redhat.com>2004-11-24 02:03:34 +0000
commit2489bc765ac6b53b1148823f7343eba075663d65 (patch)
tree64a65eb944786fc784411617ffa089c2d114d89c
parent772f9e8178398cc84dd37e5b831fc2376caa39dc (diff)
downloadinitscripts-2489bc765ac6b53b1148823f7343eba075663d65.tar
initscripts-2489bc765ac6b53b1148823f7343eba075663d65.tar.gz
initscripts-2489bc765ac6b53b1148823f7343eba075663d65.tar.bz2
initscripts-2489bc765ac6b53b1148823f7343eba075663d65.tar.xz
initscripts-2489bc765ac6b53b1148823f7343eba075663d65.zip
don't mount GFS (#140281)
-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