diff options
author | Bill Nottingham <notting@redhat.com> | 1999-03-15 06:51:19 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-03-15 06:51:19 +0000 |
commit | 62c881ac948b5eb5feed7aab7648888d36c55070 (patch) | |
tree | 9efd4707d484aa7eaaadf44b33a05464b04c0d3d | |
parent | 9a754f5f2cd82902c6ac361155ab436a908f0135 (diff) | |
download | initscripts-62c881ac948b5eb5feed7aab7648888d36c55070.tar initscripts-62c881ac948b5eb5feed7aab7648888d36c55070.tar.gz initscripts-62c881ac948b5eb5feed7aab7648888d36c55070.tar.bz2 initscripts-62c881ac948b5eb5feed7aab7648888d36c55070.tar.xz initscripts-62c881ac948b5eb5feed7aab7648888d36c55070.zip |
fixes. :)r3-93
-rw-r--r-- | ChangeLog | 28 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 34 insertions, 2 deletions
@@ -1,3 +1,31 @@ +1999-03-15 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: add gawk to dependencies + +1999-03-14 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions: change variable name + + * rc.d/init.d/functions, rc.d/rc.sysinit, src/initlog.c: + if [ 0 ] don't work in shell. *thwap* + +1999-03-11 Erik Troan <ewt@redhat.com> + + * initscripts.spec: release 2 + +1999-03-10 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: remove ifdhcpcdccpdc-done + +1999-03-10 Erik Troan <ewt@redhat.com> + + * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup: + pump actually works now + +1999-03-10 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/nfsfs: add a mount -a after nfs mounts + 1999-03-10 Bill Nottingham <notting@redhat.com> * rc.d/init.d/nfsfs: add a mount -a after nfs mounts diff --git a/initscripts.spec b/initscripts.spec index 60209041..a911f242 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 3.92 +%define version 3.93 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, mktemp, modutils >= 2.1.85-3, e2fsprogs, console-tools, sysklogd >= 1.3.31, pump @@ -168,6 +168,10 @@ rm -rf $RPM_BUILD_ROOT %doc sysconfig.txt %changelog +* Sun Mar 14 1999 Bill Nottingham <notting@redhat.com> +- fixes in functions for 'action' +- fixes for pump + * Wed Mar 10 1999 Bill Nottingham <notting@redhat.com> - Mmm. Must always remove debugging code. before release. *thwap* - pump support |