aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-03-03 20:09:21 -0500
committerBill Nottingham <notting@redhat.com>2009-03-03 20:11:15 -0500
commitd136560d0b27c4c1d7eb869c9495305ce65f6930 (patch)
treee9ea5373f895397da0a57f1e0ab3fe791c1fa8bf
parent93a6e8e2d809f75129bba52ed840d0d8693461af (diff)
downloadinitscripts-d136560d0b27c4c1d7eb869c9495305ce65f6930.tar
initscripts-d136560d0b27c4c1d7eb869c9495305ce65f6930.tar.gz
initscripts-d136560d0b27c4c1d7eb869c9495305ce65f6930.tar.bz2
initscripts-d136560d0b27c4c1d7eb869c9495305ce65f6930.tar.xz
initscripts-d136560d0b27c4c1d7eb869c9495305ce65f6930.zip
Fix typo. (#487926)
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index bc8b5da3..c7628700 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -666,7 +666,7 @@ fi
if [ "$READONLY" != "yes" ] ; then
action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev
else
- action $"Mounting local filesystems: " mount -a -n -t nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev
+ action $"Mounting local filesystems: " mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev
fi
# Update quotas if necessary