diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | initscripts.spec | 3 |
2 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,10 @@ -1999-03-17 Bill Nottingham <notting@redhat.com> +1999-03-18 Bill Nottingham <notting@redhat.com> + + * src/initlog.c, src/initlog.h, src/process.c: + don't output error messages if reading commands + + * src/Makefile, src/initlog.c, src/initlog.h, src/process.c: + gack. don't exit on command format errors from subprocess * sysconfig/network-scripts/ifup: Exit the script if pump fails. Doh. diff --git a/initscripts.spec b/initscripts.spec index 5c9d0f15..e77a29b9 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Name: initscripts Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 3 +Release: 4 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 @@ -170,6 +170,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Mar 17 1999 Bill Nottingham <notting@redhat.com> - exit ifup if pump fails +- fix stupid errors in reading commands from subprocess * Tue Mar 16 1999 Bill Nottingham <notting@redhat.com> - fix ROFS logging |