diff options
author | Bill Nottingham <notting@redhat.com> | 2011-08-01 16:12:07 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-08-01 16:12:07 -0400 |
commit | 2d3dfa0c5c2d0e95943df8b5ec655787264012d7 (patch) | |
tree | 3eda45c70c4a7ce1f13086dead2aadfb2a2a7676 /rc.d/init.d/netfs | |
parent | 74746399b84771b0990206c402cc8cc87ec35e2d (diff) | |
download | initscripts-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/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 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 |