diff options
-rw-r--r-- | ChangeLog | 29 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 33 insertions, 1 deletions
@@ -1,3 +1,32 @@ +2002-05-29 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.75-1 + + * sysconfig/network-scripts/ifup: + start checking for link again + +2002-05-13 Bill Nottingham <notting@redhat.com> + + * service: cd / , not cd /etc/init.d + +2002-05-13 Christian Rose <menthos@menthos.com> + + * sv.po: Fixed Swedish translation. + +2002-05-08 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + actually test that hdparm is there before trying to call it + +2002-05-06 Florian La Roche <laroche@redhat.com> + + * initscripts-s390.patch: + - fix the s390 patch + +2002-05-05 Christian Rose <menthos@menthos.com> + + * sv.po: Fixed Swedish translation. + 2002-04-19 Bill Nottingham <notting@redhat.com> * Changelog, initscripts.spec: 6.67-1 diff --git a/initscripts.spec b/initscripts.spec index f92df7f4..c4d785e0 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 6.67 +Version: 6.75 License: GPL Group: System Environment/Base Release: 1 @@ -244,6 +244,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Tue May 28 2002 Bill Nottingham <notting@redhat.com> 6.75-1 +- add check for link for dhcp back in + * Fri Apr 19 2002 Bill Nottingham <notting@redhat.com> 6.67-1 - fix silly cut&paste bug in hdparm settings in initscripts |