diff options
author | Bill Nottingham <notting@redhat.com> | 2004-10-06 02:45:44 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-10-06 02:45:44 +0000 |
commit | 2b14c139dc9c5bc567bf661ba7903ffeb97d87f6 (patch) | |
tree | 542bedf02d4537560bfd46d4347cf140346ccefd | |
parent | f953f9004fd0d3fd3d2cc365b0f94a2e14f022e0 (diff) | |
download | initscripts-2b14c139dc9c5bc567bf661ba7903ffeb97d87f6.tar initscripts-2b14c139dc9c5bc567bf661ba7903ffeb97d87f6.tar.gz initscripts-2b14c139dc9c5bc567bf661ba7903ffeb97d87f6.tar.bz2 initscripts-2b14c139dc9c5bc567bf661ba7903ffeb97d87f6.tar.xz initscripts-2b14c139dc9c5bc567bf661ba7903ffeb97d87f6.zip |
7.87-1r7-87
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | initscripts.spec | 4 |
2 files changed, 24 insertions, 0 deletions
@@ -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) |