diff options
author | Bill Nottingham <notting@redhat.com> | 2004-12-06 20:07:42 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-12-06 20:07:42 +0000 |
commit | ea1a5dc5d81275723ecbe1b04780b28174620a48 (patch) | |
tree | c700e1e8570ca06a6321832466696be520ff5587 | |
parent | 0ab75cfb1934d7e8851165e818b44ca76e17e2bd (diff) | |
download | initscripts-ea1a5dc5d81275723ecbe1b04780b28174620a48.tar initscripts-ea1a5dc5d81275723ecbe1b04780b28174620a48.tar.gz initscripts-ea1a5dc5d81275723ecbe1b04780b28174620a48.tar.bz2 initscripts-ea1a5dc5d81275723ecbe1b04780b28174620a48.tar.xz initscripts-ea1a5dc5d81275723ecbe1b04780b28174620a48.zip |
8.01-1r8-01
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 32 insertions, 1 deletions
@@ -1,3 +1,30 @@ + +2004-12-06 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.01-1 + +2004-12-02 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: do implicit unicode conversion on keymap + +2004-12-02 Erwien Samantha <erwiensamantha@gmail.com> + + * po/id.po: Inialisasi + +2004-12-01 Munzir Taha <munzirtaha@newhorizons.com.sa> + + * po/ar.po: - 535 translated messages. + +2004-12-01 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: get rid of noise on mount -f + +2004-11-29 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + only run restorecon if absolutely necessary (restorecon will check + is_selinux_enabled anyway) + 2004-11-29 Bill Nottingham <notting@redhat.com> * ChaneLog, initscripts.spec: 8.00-1 diff --git a/initscripts.spec b/initscripts.spec index b3ad8caa..ba5f1046 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.00 +Version: 8.01 License: GPL Group: System Environment/Base Release: 1 @@ -206,6 +206,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Dec 6 2004 Bill Nottingham <notting@redhat.com> 8.01-1 +- further bootup noise reductions +- rc.d/rc.sysinit: do implicit unicode conversion on keymap + * Mon Nov 29 2004 Bill Nottingham <notting@redhat.com> 8.00-1 - fix previous fix (#139656) |