diff options
author | Bill Nottingham <notting@redhat.com> | 1999-08-13 21:34:52 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-08-13 21:34:52 +0000 |
commit | 406c33ccc49bd7c82674503c2e334401eb246b64 (patch) | |
tree | b2d70fc9633ad94c840270da0c7561a6d8bf8ea7 | |
parent | f50d7bfc5330660659875e1ba4c47834dbddf88c (diff) | |
download | initscripts-406c33ccc49bd7c82674503c2e334401eb246b64.tar initscripts-406c33ccc49bd7c82674503c2e334401eb246b64.tar.gz initscripts-406c33ccc49bd7c82674503c2e334401eb246b64.tar.bz2 initscripts-406c33ccc49bd7c82674503c2e334401eb246b64.tar.xz initscripts-406c33ccc49bd7c82674503c2e334401eb246b64.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | initscripts.spec | 4 |
2 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,14 @@ 1999-08-13 Bill Nottingham <nottingredhat.com> + * rc.d/rc.sysinit: add a boot_kernel.h file + +1999-08-13 Michael K. Johnson <johnsonmredhat.com> + + * initscripts.spec, sysconfig.txt, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifup-ppp: + use new pppd + +1999-08-13 Bill Nottingham <nottingredhat.com> + * rc.d/rc.sysinit: remove stuff for setting preferred link diff --git a/initscripts.spec b/initscripts.spec index 617f77e2..208f05e1 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -194,6 +194,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Aug 13 1999 Bill Nottingham <notting@redhat.com> +- add new /boot/kernel.h boot kernel version file +- new RAID startup + * Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com> - use new linkname argument to pppd to make if{up,down}-ppp reliable -- requires ppp-2.3.9 or higher |