summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-10-06 02:45:44 +0000
committerBill Nottingham <notting@redhat.com>2004-10-06 02:45:44 +0000
commit2b14c139dc9c5bc567bf661ba7903ffeb97d87f6 (patch)
tree542bedf02d4537560bfd46d4347cf140346ccefd
parentf953f9004fd0d3fd3d2cc365b0f94a2e14f022e0 (diff)
downloadinitscripts-r7-87.tar.gz
initscripts-r7-87.tar.xz
initscripts-r7-87.zip
7.87-1r7-87
-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)