diff options
author | Bill Nottingham <notting@redhat.com> | 2002-09-02 17:33:18 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-09-02 17:33:18 +0000 |
commit | 982fe0254cdfbf71722e001cb78f3376c49d5cb3 (patch) | |
tree | b86c7274852b91f423e1a6c9787ce1c9f2d347f4 | |
parent | c343afc4cdbdd337149ff8700541024a7f321db0 (diff) | |
download | initscripts-982fe0254cdfbf71722e001cb78f3376c49d5cb3.tar initscripts-982fe0254cdfbf71722e001cb78f3376c49d5cb3.tar.gz initscripts-982fe0254cdfbf71722e001cb78f3376c49d5cb3.tar.bz2 initscripts-982fe0254cdfbf71722e001cb78f3376c49d5cb3.tar.xz initscripts-982fe0254cdfbf71722e001cb78f3376c49d5cb3.zip |
6.93-1r6-93
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,22 @@ +2002-09-02 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.93-1 + + * sysconfig/network-scripts/network-functions-ipv6: + mtu tweak (<pekkas@netcore.fi>) + + * lang.csh, lang.sh: + fix calling of unicode_start (#73158) + +2002-09-01 Pedro Morais <jncp@rnl.ist.utl.pt> + + * po/pt.po: "" + +2002-08-29 Federico Musto <federico@redhat.com> + + * po/it.po: + "/mnt/traduzioni/RH8.0/translate/initscripts" + 2002-08-28 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 6.92-1 diff --git a/initscripts.spec b/initscripts.spec index 73ab13c3..29a221a1 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.92 +Version: 6.93 License: GPL Group: System Environment/Base Release: 1 @@ -244,6 +244,10 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Mon Sep 2 2002 Bill Nottingham <notting@redhat.com> +- fix calling of unicode_start in lang.{sh,csh} +- ipv6 tweak + * Wed Aug 28 2002 Bill Nottingham <notting@redhat.com> - don't infinite loop on ifdown - remove disabling of DMA; this can cause problems |