diff options
author | Bill Nottingham <notting@redhat.com> | 2002-06-28 04:27:07 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-06-28 04:27:07 +0000 |
commit | 4bf190aab8d76cbf4de5868dea16fc5d2e01face (patch) | |
tree | 861dfb29dd4110162f2b4738f94f6b560ba92656 | |
parent | 919de64cdea827e36fed7d70c627d9bd3a6e89c4 (diff) | |
download | initscripts-4bf190aab8d76cbf4de5868dea16fc5d2e01face.tar initscripts-4bf190aab8d76cbf4de5868dea16fc5d2e01face.tar.gz initscripts-4bf190aab8d76cbf4de5868dea16fc5d2e01face.tar.bz2 initscripts-4bf190aab8d76cbf4de5868dea16fc5d2e01face.tar.xz initscripts-4bf190aab8d76cbf4de5868dea16fc5d2e01face.zip |
6.82-1r6-82
-rw-r--r-- | ChangeLog | 65 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 69 insertions, 1 deletions
@@ -1,3 +1,68 @@ +2002-06-28 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.82-1 + + * rc.d/rc.sysinit: + use unicode_start + +2002-06-28 Sarah Smith <sarahs@redhat.com> + + * po/zh_CN.GB2312.po: + changed to zh_CN locale + +2002-06-28 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + deal only with current paths; also, look for psfu files + + * rc.d/rc.sysinit: no bold + +2002-06-28 Hung-Pin Wu <hpwu@redhat.com> + + * po/zh_TW.Big5.po: Remove zh_TW.Big5.po + +2002-06-27 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: + 6.81-1 + + * rc.d/rc.sysinit: + move /proc/bus/usb mount elsewhere, in case USB is in the initrd + + * sysconfig/network-scripts/network-functions: + switch this back; we don't want to report non-existent aliases as up + +2002-06-27 Preston Brown <pbrown@redhat.com> + + * sysconfig/network-scripts/ifup: + make sure we don't match default as anything but a route (instead of, say, someone's device name + +2002-06-27 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifdown: + switch back; we still want to run ifdown-ppp, etc. + +2002-06-27 Preston Brown <pbrown@redhat.com> + + * ChangeLog: update changelog. + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions: + handle duplicate default routes better. + + * sysconfig/network-scripts/ifdown: + move device down checking higher up, and clarify. + + * sysconfig/network-scripts/ifup-wireless: + essid setup fix + + * initscripts.spec: bump ver. + + * sysconfig/network-scripts/network-functions: + fix check_device_down logic + + * sysconfig/network-scripts/ifup: + avoid ifconfig/route, try to avoid duplicate default routes + 2002-06-27 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 6.81-1 diff --git a/initscripts.spec b/initscripts.spec index 94f48ec8..965ff10b 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 6.81 +Version: 6.82 License: GPL Group: System Environment/Base Release: 1 @@ -244,6 +244,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Thu Jun 27 2002 Bill Nottingham <notting@redhat.com> +- a couple minor unicode tweaks in rc.sysinit + * Wed Jun 26 2002 Bill Nottingham <notting@redhat.com> - move /proc/bus/usb mount, in case USB is in the initrd |