diff options
author | Bill Nottingham <notting@redhat.com> | 1999-08-30 19:28:13 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-08-30 19:28:13 +0000 |
commit | 9e2159c5085868369300999cb49f599e8dc2a032 (patch) | |
tree | f20e4eae0bdec6cbab43d0a85540efff97745ed6 | |
parent | 2f8e71b3d768e283002ab30aca50632db5b662f2 (diff) | |
download | initscripts-9e2159c5085868369300999cb49f599e8dc2a032.tar initscripts-9e2159c5085868369300999cb49f599e8dc2a032.tar.gz initscripts-9e2159c5085868369300999cb49f599e8dc2a032.tar.bz2 initscripts-9e2159c5085868369300999cb49f599e8dc2a032.tar.xz initscripts-9e2159c5085868369300999cb49f599e8dc2a032.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | initscripts.spec | 9 |
2 files changed, 20 insertions, 2 deletions
@@ -1,3 +1,16 @@ +1999-08-30 Bill Nottingham <nottingredhat.com> + + * rc.d/init.d/netfs: + new NFS unmounting stuff from Bill Rugolsky <rugolsky@ead.dsa.com> + +1999-08-25 Bill Nottingham <nottingredhat.com> + + * sysconfig/network-scripts/ifup-sl: typo + + * rc.d/rc.sysinit: ditto + + * rc.d/rc.sysinit: more raid fixes + 1999-08-25 Bill Nottingham <nottingredhat.com> * rc.d/rc.sysinit: more raid fixes diff --git a/initscripts.spec b/initscripts.spec index b6028395..6f55c35c 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.32 +%define version 4.33 Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 3 +Release: 1 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, e2fsprogs, console-tools @@ -195,6 +195,11 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com> +- new NFS unmounting from Bill Rugolsky <rugolsky@ead.dsa.com> +- fix ifup-sl/dip confusion +- more raid startup cleanup + * Fri Aug 20 1999 Bill Nottingham <notting@redhat.com> - pass hostname to pump - add lang.csh |