aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-08-01 16:12:07 -0400
committerBill Nottingham <notting@redhat.com>2011-08-01 16:12:07 -0400
commit2d3dfa0c5c2d0e95943df8b5ec655787264012d7 (patch)
tree3eda45c70c4a7ce1f13086dead2aadfb2a2a7676 /rc.d
parent74746399b84771b0990206c402cc8cc87ec35e2d (diff)
downloadinitscripts-2d3dfa0c5c2d0e95943df8b5ec655787264012d7.tar
initscripts-2d3dfa0c5c2d0e95943df8b5ec655787264012d7.tar.gz
initscripts-2d3dfa0c5c2d0e95943df8b5ec655787264012d7.tar.bz2
initscripts-2d3dfa0c5c2d0e95943df8b5ec655787264012d7.tar.xz
initscripts-2d3dfa0c5c2d0e95943df8b5ec655787264012d7.zip
Don't mount gfs2 in netfs (#689593)
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 6bb149f6..ae708eab 100755
--- a/rc.d/init.d/netfs
+++ b/rc.d/init.d/netfs
@@ -99,7 +99,7 @@ case "$1" in
}
touch /var/lock/subsys/netfs
# The 'no' applies to all listed filesystem types. See mount(8).
- action $"Mounting other filesystems: " mount -a -t nonfs,nfs4,cifs,ncpfs,gfs
+ action $"Mounting other filesystems: " mount -a -t nonfs,nfs4,cifs,ncpfs,gfs2
;;
stop)
# Unmount loopback stuff first