diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,12 @@ 1999-03-16 Bill Nottingham <notting@redhat.com> + * rc.d/init.d/functions: + fix killproc logic (only one success/failure per call) + + * initscripts.spec: bump rev to 3.96 + +1999-03-16 Bill Nottingham <notting@redhat.com> + * initscripts.spec: bump rev to 3.96 * src/process.c: diff --git a/initscripts.spec b/initscripts.spec index 7e30c570..f37d541a 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Name: initscripts Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 1 +Release: 2 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,11 @@ rm -rf $RPM_BUILD_ROOT %doc sysconfig.txt %changelog +* Tue Mar 16 1999 Bill Nottingham <notting@redhat.com> +- fix ROFS logging +- make fsck produce more happy output +- fix killproc logic + * Mon Mar 15 1999 Bill Nottingham <notting@redhat.com> - doc updates - support for SYSFONTACM, other console-tools stuff |