diff options
-rw-r--r-- | initscripts.spec | 5 | ||||
-rwxr-xr-x | rc.d/rc.sysinit | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index fc033557..04fb06fc 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 5.70 +Version: 5.75 Copyright: GPL Group: System Environment/Base Release: 1 @@ -254,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Mar 12 2001 Preston Brown <pbrown@redhat.com> +- Work properly with new quota utilities + * Mon Mar 5 2001 Bill Nottingham <notting@redhat.com> - IPv6 fixes (#30506) - make static-routes handling more sane and consistent (#29500, #29549) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index ced6d325..ca3a40eb 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -532,6 +532,7 @@ if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then rm -f $mountpt/quota.group fi done + fi action $"Checking filesystem quotas: " /sbin/quotacheck -v -R -a fi |