diff options
author | Bill Nottingham <notting@redhat.com> | 1999-08-19 19:02:00 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-08-19 19:02:00 +0000 |
commit | 26ae2f336be269c337cdcab1e369857f11b55591 (patch) | |
tree | 1ae4765ea3cd9b58988587742567285346088f9e | |
parent | c9d0b1cd92948464b126b9199546ecac105d79b4 (diff) | |
download | initscripts-26ae2f336be269c337cdcab1e369857f11b55591.tar initscripts-26ae2f336be269c337cdcab1e369857f11b55591.tar.gz initscripts-26ae2f336be269c337cdcab1e369857f11b55591.tar.bz2 initscripts-26ae2f336be269c337cdcab1e369857f11b55591.tar.xz initscripts-26ae2f336be269c337cdcab1e369857f11b55591.zip |
bump revr4-31
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 28 insertions, 2 deletions
@@ -1,3 +1,25 @@ +1999-08-19 Michael K. Johnson <johnsonmredhat.com> + + * sysconfig/network-scripts/ifdown-ppp: + wvdial/too much ifdown-post + +1999-08-19 Bill Nottingham <nottingredhat.com> + + * src/process.c: + I don't remember smoking crack, but I must have been... + + * rc.d/rc.sysinit: + depmod exits with 0 even with unresolved dependencies. Bad. + +1999-08-18 Michael K. Johnson <johnsonmredhat.com> + + * sysconfig.txt: + more updates relative to wvdial + +1999-08-17 Bill Nottingham <nottingredhat.com> + + * initscripts.spec: specspo fix. + 1999-08-16 Bill Nottingham <nottingredhat.com> * rc.d/rc.sysinit: change kernel boot define diff --git a/initscripts.spec b/initscripts.spec index f6178729..9d36c59f 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,10 +1,10 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.30 +%define version 4.31 Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 3 +Release: 1 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, e2fsprogs, console-tools @@ -194,6 +194,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Aug 19 1999 Bill Nottingham <notting@redhat.com> +- more wvdial updates +- fix a *stupid* bug in process reading + * Fri Aug 13 1999 Bill Nottingham <notting@redhat.com> - add new /boot/kernel.h boot kernel version file - new RAID startup |