diff options
author | Bill Nottingham <notting@redhat.com> | 2003-05-23 16:35:05 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-05-23 16:35:05 +0000 |
commit | 461b8323c307774e1cd413fb920f9e958028d1a5 (patch) | |
tree | aa1cfcb22d5d89feb4cbfdec7811cf245d048843 | |
parent | 66838972875fd0948bf05aacbba9fc3fc0cdec6d (diff) | |
download | initscripts-461b8323c307774e1cd413fb920f9e958028d1a5.tar initscripts-461b8323c307774e1cd413fb920f9e958028d1a5.tar.gz initscripts-461b8323c307774e1cd413fb920f9e958028d1a5.tar.bz2 initscripts-461b8323c307774e1cd413fb920f9e958028d1a5.tar.xz initscripts-461b8323c307774e1cd413fb920f9e958028d1a5.zip |
7.24-1r7-24
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 12 insertions, 3 deletions
@@ -1,7 +1,13 @@ +2003-05-23 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.24-1 + + * rc.d/rc.local: + hack so that rhgb exits in runlevel 3 too. we need to fix this properly. + 2003-05-22 Bill Nottingham <notting@redhat.com> - * ChangeLog, initscripts.spec: - 7.23-1 + * ChangeLog, initscripts.spec: 7.23-1 * rc.d/rc.sysinit: add a 'nogui' diff --git a/initscripts.spec b/initscripts.spec index 00595411..ac4cc347 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.23 +Version: 7.24 License: GPL Group: System Environment/Base Release: 1 @@ -246,6 +246,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri May 23 2003 Bill Nottingham <notting@redhat.com> 7.24-1 +- now even still yet more tweaks for graphical boot + * Thu May 22 2003 Bill Nottingham <notting@redhat.com> 7.23-1 - even still yet more tweaks for graphical boot |