diff options
author | Bill Nottingham <notting@redhat.com> | 1999-03-17 20:57:57 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-03-17 20:57:57 +0000 |
commit | 5fd45fcb73f4585781bbdb79112ff0812c2c2c5f (patch) | |
tree | 6d20611dea0c44ae6074e0302f41847edf9992eb | |
parent | 2cdc33b2515e0a5d4a98acc128034fd642001fb3 (diff) | |
download | initscripts-5fd45fcb73f4585781bbdb79112ff0812c2c2c5f.tar initscripts-5fd45fcb73f4585781bbdb79112ff0812c2c2c5f.tar.gz initscripts-5fd45fcb73f4585781bbdb79112ff0812c2c2c5f.tar.bz2 initscripts-5fd45fcb73f4585781bbdb79112ff0812c2c2c5f.tar.xz initscripts-5fd45fcb73f4585781bbdb79112ff0812c2c2c5f.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 6 insertions, 6 deletions
@@ -1,9 +1,6 @@ -1999-03-16 Bill Nottingham <notting@redhat.com> - - * rc.d/init.d/functions: - fix killproc logic (only one success/failure per call) +1999-03-17 Bill Nottingham <notting@redhat.com> - * initscripts.spec: bump rev to 3.96 + * sysconfig/network-scripts/ifup: Exit the script if pump fails. Doh. 1999-03-16 Bill Nottingham <notting@redhat.com> diff --git a/initscripts.spec b/initscripts.spec index f37d541a..5c9d0f15 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Name: initscripts Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 2 +Release: 3 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, mktemp, modutils >= 2.1.85-3, e2fsprogs, sysklogd >= 1.3.31, pump @@ -168,6 +168,9 @@ rm -rf $RPM_BUILD_ROOT %doc sysconfig.txt %changelog +* Wed Mar 17 1999 Bill Nottingham <notting@redhat.com> +- exit ifup if pump fails + * Tue Mar 16 1999 Bill Nottingham <notting@redhat.com> - fix ROFS logging - make fsck produce more happy output |