diff options
author | Bill Nottingham <notting@redhat.com> | 2000-07-07 20:26:26 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-07-07 20:26:26 +0000 |
commit | b5879016e0b7bf0b715374769ba7fd3df15244d5 (patch) | |
tree | 337c9dc7783ad03393b4a1219eb315b14deb4634 | |
parent | cd28fb769c4b4ab8517aa8a2171bd79ecdc50f0a (diff) | |
download | initscripts-b5879016e0b7bf0b715374769ba7fd3df15244d5.tar initscripts-b5879016e0b7bf0b715374769ba7fd3df15244d5.tar.gz initscripts-b5879016e0b7bf0b715374769ba7fd3df15244d5.tar.bz2 initscripts-b5879016e0b7bf0b715374769ba7fd3df15244d5.tar.xz initscripts-b5879016e0b7bf0b715374769ba7fd3df15244d5.zip |
release 5.29
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 15 insertions, 2 deletions
@@ -1,3 +1,13 @@ +2000-07-07 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: + check to see if rc.d exists + +2000-07-06 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + move usb initialization up (for keyboards) + 2000-07-06 Bill Nottingham <notting@redhat.com> * 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 <notting@redhat.com> +- fix %pre, again + * Thu Jul 6 2000 Bill Nottingham <notting@redhat.com> - tweak %pre back to a mv (rpm is fun!) - do USB initialization before fsck, so keyboard works if it fails |