diff options
author | Bill Nottingham <notting@redhat.com> | 2004-11-24 02:03:34 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-11-24 02:03:34 +0000 |
commit | 2489bc765ac6b53b1148823f7343eba075663d65 (patch) | |
tree | 64a65eb944786fc784411617ffa089c2d114d89c /rc.d/init.d/netfs | |
parent | 772f9e8178398cc84dd37e5b831fc2376caa39dc (diff) | |
download | initscripts-2489bc765ac6b53b1148823f7343eba075663d65.tar initscripts-2489bc765ac6b53b1148823f7343eba075663d65.tar.gz initscripts-2489bc765ac6b53b1148823f7343eba075663d65.tar.bz2 initscripts-2489bc765ac6b53b1148823f7343eba075663d65.tar.xz initscripts-2489bc765ac6b53b1148823f7343eba075663d65.zip |
don't mount GFS (#140281)
Diffstat (limited to 'rc.d/init.d/netfs')
-rwxr-xr-x | rc.d/init.d/netfs | 2 |
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 |