aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-08-01 16:12:07 -0400
committerPetr Lautrbach <plautrba@redhat.com>2011-08-15 10:22:58 +0200
commit9d92eb4582b8fe1959a2516ba9e95fcc2a3845ca (patch)
tree242fcd14aec0acddbb2d22634d704c446630ea60
parentc631361f3ef4857fc322374bdc78ed6388f97f12 (diff)
downloadinitscripts-9d92eb4582b8fe1959a2516ba9e95fcc2a3845ca.tar
initscripts-9d92eb4582b8fe1959a2516ba9e95fcc2a3845ca.tar.gz
initscripts-9d92eb4582b8fe1959a2516ba9e95fcc2a3845ca.tar.bz2
initscripts-9d92eb4582b8fe1959a2516ba9e95fcc2a3845ca.tar.xz
initscripts-9d92eb4582b8fe1959a2516ba9e95fcc2a3845ca.zip
Don't mount gfs2 in netfs (#689593)
-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 79cb19d0..44f6d684 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