diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-10 20:28:59 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-10 20:28:59 +0000 |
commit | 467174a0f8a4ec461031aca79d7b7ac8f47aa72f (patch) | |
tree | e02cd7daf732610b99157418dfd25392a5d103f5 | |
parent | b1e860cc19a1420eeb7bc7aab03fcd76475b181c (diff) | |
download | initscripts-467174a0f8a4ec461031aca79d7b7ac8f47aa72f.tar initscripts-467174a0f8a4ec461031aca79d7b7ac8f47aa72f.tar.gz initscripts-467174a0f8a4ec461031aca79d7b7ac8f47aa72f.tar.bz2 initscripts-467174a0f8a4ec461031aca79d7b7ac8f47aa72f.tar.xz initscripts-467174a0f8a4ec461031aca79d7b7ac8f47aa72f.zip |
*** empty log message ***r4-39
-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 |