summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog20
-rw-r--r--initscripts.spec4
2 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index caac6096..d548bf73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2004-10-05 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 7.87-1
+
+2004-10-05 Dan Walsh <dwalsh@redhat.com>
+
+ * initscripts.spec, rc.d/rc.sysinit:
+ don't remount inside of SELinux relabel code
+
+2004-10-05 Kjartan Maraas <kmaraas@gnome.org>
+
+ * po/nb.po: Update
+
+2004-10-04 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec, rc.d/init.d/functions:
+ use runuser instead of su, require it
+
+ * rc.d/init.d/halt: whoops, wrong file (#134432)
+
2004-10-01 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 7.86-1
diff --git a/initscripts.spec b/initscripts.spec
index 26b11daf..f4f09bea 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -210,6 +210,10 @@ rm -rf $RPM_BUILD_ROOT
* Tue Oct 5 2004 Dan Walsh <notting@redhat.com> - 7.87-1
- Change SELinux relabel to not remount /
+* Mon Oct 4 2004 Bill Nottingham <notting@redhat.com>
+- use runuser instead of su; require it
+- init.d/halt: use right file name for random seed (#134432)
+
* Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> - 7.86-1
- use /etc/hotplug/blacklist to blacklist modules in hardware init (#132719)
- filter indic locales on the console (#134198)