From 7ad32db4a04e871f6f06bce3f708e90b412656d0 Mon Sep 17 00:00:00 2001 From: Preston Brown Date: Mon, 12 Mar 2001 14:34:22 +0000 Subject: bump version and add changelog. --- initscripts.spec | 5 ++++- rc.d/rc.sysinit | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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 +- Work properly with new quota utilities + * Mon Mar 5 2001 Bill Nottingham - 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 -- cgit v1.2.1