diff options
author | Bill Nottingham <notting@redhat.com> | 2006-09-27 20:15:55 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-09-27 20:15:55 +0000 |
commit | ff18b25e54fd6902fe1935d85ca29f8f06ed3b52 (patch) | |
tree | d82edf9c5c2471a80e8004f124dfd91bbe88b14c | |
parent | 225f7786a51745535128be4925eced71b2fa94f1 (diff) | |
download | initscripts-ff18b25e54fd6902fe1935d85ca29f8f06ed3b52.tar initscripts-ff18b25e54fd6902fe1935d85ca29f8f06ed3b52.tar.gz initscripts-ff18b25e54fd6902fe1935d85ca29f8f06ed3b52.tar.bz2 initscripts-ff18b25e54fd6902fe1935d85ca29f8f06ed3b52.tar.xz initscripts-ff18b25e54fd6902fe1935d85ca29f8f06ed3b52.zip |
8.43-1r8-43
-rw-r--r-- | ChangeLog | 45 | ||||
-rw-r--r-- | initscripts.spec | 10 |
2 files changed, 54 insertions, 1 deletions
@@ -1,3 +1,48 @@ +2006-09-27 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.43-1 + + * initscripts.spec, src/Makefile, src/ccw_init, sysconfig/network-scripts/ifup-ctc, sysconfig/network-scripts/network-functions, udev/rules.d/55-ccw.rules: + move ccwgroup initialization to a udev rule (#199139, #199655, #169161) + + * rc.d/init.d/functions: don't write to gdmfifo + + * setsysfont: remove old consolechars code + + * sysconfig.txt: clarify font options (#206106) + + * rc.d/rc.sysinit: Also check for localhost.localdomain when resetting + the hostname for stateless clients. + Remove explicit mount of $STATE_MOUNT/.files. + Copy the puppet CA's certificate from the r/o image into $STATE_MOUNT. + (#206331, <law@redhat.com>) + +2006-09-26 Dimitris Glezos <dimitris@glezos.com> + + * po/el.po: Edited + some translations + +2006-09-24 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com> + + * po/ms.po: Updated Malay translation + +2006-09-24 Renato Pavicic <repavaci@globalnet.hr> + + * po/hr.po: consistency check + +2006-09-23 Renato Pavicic <repavaci@globalnet.hr> + + * po/hr.po: consistency check + +2006-09-22 Rok Papeďż <rok@rok.iprom.si> + + * po/sl.po: Translations finished + +2006-09-21 Rok Papeďż <rok@rok.iprom.si> + + * po/sl.po: More translations + + * po/sl.po: Some updates, a lot missing + 2006-09-21 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.42-1 diff --git a/initscripts.spec b/initscripts.spec index b7efe818..def3b802 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.42 +Version: 8.43 License: GPL Group: System Environment/Base Release: 1 @@ -199,6 +199,14 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Sep 27 2006 Bill Nottingham <notting@redhat.com> 8.43-1 +- move ccwgroup initialization to a udev rule (should fix #199139, + #199655, #169161) +- init.d/functions: don't write to gdmfifo +- remove unused-since-RHL-7 consolechars code, update docs (#206106) +- stateless updates (#206331, <law@redhat.com>) +- translation updates (el, ms, hr, sl) + * Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> 8.42-1 - run rc.sysinit, /etc/rc in monitor mode (part of #184340) - use a better check for 'native' services (#190989, #110761, adapted |