diff options
author | Bill Nottingham <notting@redhat.com> | 2004-09-22 18:25:30 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-09-22 18:25:30 +0000 |
commit | 232f0490d15d19adc79c9071ec1ed2ec8da3bd05 (patch) | |
tree | f20ebec7855350c38a1829cf9dae8fa077b5d9ce | |
parent | 236f3ab1cba31793b627a8f7277c430770b0962c (diff) | |
download | initscripts-232f0490d15d19adc79c9071ec1ed2ec8da3bd05.tar initscripts-232f0490d15d19adc79c9071ec1ed2ec8da3bd05.tar.gz initscripts-232f0490d15d19adc79c9071ec1ed2ec8da3bd05.tar.bz2 initscripts-232f0490d15d19adc79c9071ec1ed2ec8da3bd05.tar.xz initscripts-232f0490d15d19adc79c9071ec1ed2ec8da3bd05.zip |
7.84-1r7-84
-rw-r--r-- | ChangeLog | 83 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 90 insertions, 1 deletions
@@ -1,3 +1,86 @@ +2004-09-22 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: + 7.84-1 + + * rc.d/rc.sysinit: second start stanza is extraneous + +2004-09-22 Jeremy Katz <katzj@redhat.com> + + * initscripts.spec, rc.d/rc.sysinit: + * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 7.83-1 + - conflict with old udev + - use udev if it's present + +2004-09-22 Gabor Suveg <gabor@suveg.hu> + + * po/hu.po: testing fuzzy stings + +2004-09-22 Tomasz Berner <tom@man.lodz.pl> + + * po/pl.po: CVS_SILENT + +2004-09-22 Andrew Martynov <andrewm@inventa.ru> + + * po/ru.po: Translation is complete and ready for FC3 + +2004-09-22 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + don't mount usbfs without usb. also, at least be consistent + +2004-09-22 N Jayaradha <njaya@redhat.com> + + * po/ta.po: review 1 completed + +2004-09-21 Tomasz Berner <tom@man.lodz.pl> + + * po/pl.po: CVS_SILENT + +2004-09-21 Josep Puigdemont <baldrick@terra.es> + + * po/ca.po: Fixed few strings + +2004-09-21 Runa Bhattacharjee <runab@redhat.com> + + * po/bn.po: Updated Bengali (bn) Translation + +2004-09-21 Andrew Martynov <andrewm@inventa.ru> + + * po/ru.po: Partial translation after FC3 string freeze + +2004-09-21 Ankitkumar Rameshchandra Patel <ankit@redhat.com> + + * po/gu.po: ankit@redhat.com 21/09/2004 + +2004-09-21 Sarah Smith <sarahs@redhat.com> + + * po/pa.po: pa.po + +2004-09-21 Michelle Kim <mkim@redhat.com> + + * po/ko.po: translation update done + +2004-09-20 Rajesh Ranjan <rranjan@redhat.com> + + * po/hi.po: proofread + +2004-09-20 Audrey Simons <asimons@redhat.com> + + * po/fr.po: latest updates + +2004-09-19 Krzysztof Kluczynski <sonyam@tlen.pl> + + * po/pl.po: no message + +2004-09-19 Peter van Egdom <p.van.egdom@chello.nl> + + * po/nl.po: some fixes in initscripts nl.po + +2004-09-18 Tamas Szanto <tszanto@mol.hu> + + * po/hu.po: *** empty log message *** + 2004-09-17 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 7.82-1 diff --git a/initscripts.spec b/initscripts.spec index 129129c8..289dbb2f 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.83 +Version: 7.84 License: GPL Group: System Environment/Base Release: 1 @@ -206,10 +206,16 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 7.84-1 +- only start udev once + * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 7.83-1 - conflict with old udev - use udev if it's present +* Tue Sep 21 2004 Bill Nottingham <notting@redhat.com> +- don't mount usbfs without usb. also, at least be consistent in filesystem type + * Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 7.82-1 - fix handling of nonexistent devices (#132839) - rhgb enhancements (<veillard@redhat.com>, #132665) |