aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
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:09:21 -0500
commit0c224207525ff4279066abef35ae1a5b74a07a5a (patch)
tree9b7e132abb13cf3ac223f8eb40a217fdca5581d2 /rc.d
parentdffab47bedc9fb5dff33d4d63b70ad54db40a0e2 (diff)
downloadinitscripts-0c224207525ff4279066abef35ae1a5b74a07a5a.tar
initscripts-0c224207525ff4279066abef35ae1a5b74a07a5a.tar.gz
initscripts-0c224207525ff4279066abef35ae1a5b74a07a5a.tar.bz2
initscripts-0c224207525ff4279066abef35ae1a5b74a07a5a.tar.xz
initscripts-0c224207525ff4279066abef35ae1a5b74a07a5a.zip
Fix typo. (#487926)
Diffstat (limited to 'rc.d')
-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 4f4fc6d9..832bcc2a 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -664,7 +664,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