diff options
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 17 insertions, 5 deletions
@@ -1,12 +1,24 @@ -1999-08-21 Bill Nottingham <nottingredhat.com> +1999-08-25 Bill Nottingham <nottingredhat.com> - * rc.d/init.d/network: change onboot grep + * rc.d/rc.sysinit: more raid fixes - * service: - fix this. this has been broke for a while +1999-08-24 Michael K. Johnson <johnsonmredhat.com> + + * sysconfig/network-scripts/ifcfg-lo: + give lo a name for usernet + + * sysconfig.txt: + oops, wvdial does not override those + +1999-08-24 Bill Nottingham <nottingredhat.com> + + * sysconfig/network-scripts/ifup-sl: + dip apparently goes into background now. (#3361) 1999-08-21 Bill Nottingham <nottingredhat.com> + * rc.d/init.d/network: change onboot grep + * service: fix this. this has been broke for a while diff --git a/initscripts.spec b/initscripts.spec index d40ed6d9..b6028395 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Name: initscripts Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 2 +Release: 3 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, e2fsprogs, console-tools |