diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +1999-08-21 Bill Nottingham <nottingredhat.com> + + * service: + fix this. this has been broke for a while + +1999-08-20 Bill Nottingham <nottingredhat.com> + + * Makefile: don't check csh file with bash + + * lang.csh: add lang.csh. Might even work. + + * sysconfig/network-scripts/ifup: + add option to pass hostname with pump + 1999-08-20 Bill Nottingham <nottingredhat.com> * Makefile: don't check csh file with bash diff --git a/initscripts.spec b/initscripts.spec index 878bbb4a..d40ed6d9 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, /bin/sed, mktemp, e2fsprogs, console-tools |