diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,14 @@ +2002-12-17 Bill Nottingham <notting@redhat.com> + + * Changelog, initscripts.spec: 7.00-1 + + * prefdm, sysconfig/network-scripts/network-functions, sysconfig.txt: + more rhgb tweaks + have a loop for checking link state instead of a static 'sleep 5' + + * rc.d/init.d/functions, rc.d/rc.sysinit: + graphical boot changes + 2002-12-13 Karsten Hopp <karsten@redhat.com> * ChangeLog, initscripts.spec: diff --git a/initscripts.spec b/initscripts.spec index 98cb0d01..b4b4c3df 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.99 +Version: 7.00 License: GPL Group: System Environment/Base Release: 1 @@ -256,6 +256,11 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 7.00-1 +- tweaks for potential GUI bootup +- loop checking for network link state, don't unilterally wait five + seconds + * Fri Dec 14 2002 Karsten Hopp <karsten@redhat.de> 6.99-1 - remove call to /sbin/update for S/390, too |