diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | initscripts.spec | 9 |
2 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,17 @@ +1999-09-10 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: + chkconfig --del in %preun, not %postun + + * rc.d/init.d/halt: use killall5, not kill + + * sysconfig/network-scripts/ifup: + add explicit 'dev'. Could help in some cases, I suppose. + +1999-09-10 Michael K. Johnson <johnsonm@redhat.com> + + * src/ppp-watch.c: report failure + 1999-09-09 Bill Nottingham <notting@redhat.com> * rc.d/init.d/halt: diff --git a/initscripts.spec b/initscripts.spec index 43771f5a..2bb4efa1 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.38 +%define version 4.39 Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 2 +Release: 1 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, e2fsprogs, console-tools @@ -198,6 +198,11 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Sep 10 1999 Bill Nottingham <notting@redhat.com> +- chkconfig --del in %preun, not %postun +- use killall5 in halt +- swapoff non-/etc/fstab swap + * Wed Sep 08 1999 Michael K. Johnson <johnsonm@redhat.com> - ifdown now synchronous (modulo timeouts) - several unrelated cleanups, primarily in ifdown |