From b5879016e0b7bf0b715374769ba7fd3df15244d5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 7 Jul 2000 20:26:26 +0000 Subject: release 5.29 --- ChangeLog | 10 ++++++++++ initscripts.spec | 7 +++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51fd171d..f4ecb9f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-07-07 Bill Nottingham + + * initscripts.spec: + check to see if rc.d exists + +2000-07-06 Bill Nottingham + + * rc.d/rc.sysinit: + move usb initialization up (for keyboards) + 2000-07-06 Bill Nottingham * rc.d/rc.sysinit: diff --git a/initscripts.spec b/initscripts.spec index 82d334af..fe9180c5 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.28 +Version: 5.29 Copyright: GPL Group: System Environment/Base Release: 1 @@ -16,7 +16,7 @@ Requires: util-linux >= 2.9w-26 Conflicts: kernel <= 2.2, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3 Conflicts: initscripts < 1.22.1-5 Obsoletes: rhsound sapinit -Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk +Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils BuildPrereq: glib-devel %description @@ -223,6 +223,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Jul 7 2000 Bill Nottingham +- fix %pre, again + * Thu Jul 6 2000 Bill Nottingham - tweak %pre back to a mv (rpm is fun!) - do USB initialization before fsck, so keyboard works if it fails -- cgit