summaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-12-15 21:13:21 +0000
committerBill Nottingham <notting@redhat.com>2005-12-15 21:13:21 +0000
commit610ae88649c4c1937c4109126344a66833a7fc8a (patch)
tree03399c8bfd253c6582c02651ebeda3f4a76aaf74 /rc.d
parent31db39f90dbc7502a425a9f71e97aab8edd4d077 (diff)
negation goes on opts, not on the specific opts. use 'no' tor7-31-30-EL
avoid shell funnies. (noticed in #175803, fixes #169403 correctly)
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 706a720b..0b51f694 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -526,7 +526,7 @@ _RUN_QUOTACHECK=0
if [ -z "$fastboot" ]; then
STRING=$"Checking filesystems"
echo $STRING
- initlog -c "fsck -T -t opts=!_netdev -R -A -a $fsckoptions"
+ initlog -c "fsck -T -t noopts=_netdev -R -A -a $fsckoptions"
rc=$?
if [ "$rc" = "0" ]; then
success "$STRING"