diff options
| -rw-r--r-- | initscripts.spec | 5 | ||||
| -rwxr-xr-x | rc.d/rc.sysinit | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec index 0b499699..ab939d69 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.31.29.EL +Version: 7.31.30.EL License: GPL Group: System Environment/Base Release: 1 @@ -249,6 +249,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 7.31.30.EL-1 +- correct fix for #169403 + * Fri Dec 2 2005 Bill Nottingham <notting@redhat.com> 7.31.29.EL-1 - service: fix quoting of environment variables (#174825) 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" |
