diff options
-rw-r--r-- | ChangeLog | 23 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 25 insertions, 4 deletions
@@ -1,6 +1,23 @@ -2000-08-22 Than Ngo <than@redhat.com> - * add KDE2 support - +2000-08-22 Bill Nottingham <notting@redhat.com> + + * sysvinitfiles: update documentation + + * rc.d/init.d/netfs: fix minor logical error + +2000-08-22 Than Ngo <than@redhat.com> + + * ChangeLog, initscripts.spec, prefdm: + * Add KDE2 support + +2000-08-22 Bill Nottingham <notting@redhat.com> + + * initscripts.spec, prefdm: + if isn't there, just run whatever display manager happens to be installed + +2000-08-21 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions: add usleep after kill -9 + 2000-08-18 Bill Nottingham <notting@redhat.com> * initscripts.spec: bump rev to 5.46 diff --git a/initscripts.spec b/initscripts.spec index 3945bc47..4dd22784 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 5.47 +Version: 5.48 Copyright: GPL Group: System Environment/Base Release: 1 @@ -232,11 +232,15 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Aug 22 2000 Bill Nottingham <notting@redhat.com> +- update documentation (#15475) + * Tue Aug 22 2000 Than Ngo <than@redhat.de> - add KDE2 support to prefdm * Mon Aug 21 2000 Bill Nottingham <notting@redhat.com> - add usleep after kill -KILL in pidofproc, works around lockd issues (#14847) +- add some fallback logic to prefdm (#16464) * Fri Aug 18 2000 Bill Nottingham <notting@redhat.com> - don't load usb drivers if they're compiled statically |