aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-08-22 15:51:44 +0000
committerBill Nottingham <notting@redhat.com>2000-08-22 15:51:44 +0000
commit1ab5308438ace26929c034fc97f2ac5248ee3bf2 (patch)
treea35ab360bc06f142420e64cccbf6b21952557b9c
parent94672d6adaa64bc53fbeda68f32cb294ee576793 (diff)
downloadinitscripts-1ab5308438ace26929c034fc97f2ac5248ee3bf2.tar
initscripts-1ab5308438ace26929c034fc97f2ac5248ee3bf2.tar.gz
initscripts-1ab5308438ace26929c034fc97f2ac5248ee3bf2.tar.bz2
initscripts-1ab5308438ace26929c034fc97f2ac5248ee3bf2.tar.xz
initscripts-1ab5308438ace26929c034fc97f2ac5248ee3bf2.zip
*** empty log message ***r5-48
-rw-r--r--ChangeLog23
-rw-r--r--initscripts.spec6
2 files changed, 25 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 19453426..9aed3227 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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