diff options
author | Bill Nottingham <notting@redhat.com> | 2006-02-02 21:45:51 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-02-02 21:45:51 +0000 |
commit | 28c06edd4a0eb0b64cb41c77c6330d944dfbb393 (patch) | |
tree | 09e543aa92538d99b5fe41fa4c586f350705d97b | |
parent | 658c0f403b35bd8dd3d359eaad323488af94b5dd (diff) | |
download | initscripts-28c06edd4a0eb0b64cb41c77c6330d944dfbb393.tar initscripts-28c06edd4a0eb0b64cb41c77c6330d944dfbb393.tar.gz initscripts-28c06edd4a0eb0b64cb41c77c6330d944dfbb393.tar.bz2 initscripts-28c06edd4a0eb0b64cb41c77c6330d944dfbb393.tar.xz initscripts-28c06edd4a0eb0b64cb41c77c6330d944dfbb393.zip |
updater8-25
-rw-r--r-- | ChangeLog | 24 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 28 insertions, 1 deletions
@@ -1,5 +1,29 @@ 2006-02-02 Bill Nottingham <notting@redhat.com> + * ChangeLog, initscripts.spec: 8.25-1 + +2006-02-02 Miloslav Trmac <mitr@redhat.com> + + * rc.d/init.d/functions (get_numeric_dev): + On second thought, write directly what we want awk to do. + +2006-02-02 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup-eth: + move the arping to before we actually add the address. If the address + is already on the device, it's a little late... (fixes a xen issue) + +2006-02-02 Miloslav Trmac <mitr@redhat.com> + + * po/cs.po: + Change " OK " translation to try and make the output aligned again. + +2006-02-02 Severin Heiniger <heinigerseverin@gmail.com> + + * po/de.po: corrections and updates + +2006-02-02 Bill Nottingham <notting@redhat.com> + * ChangeLog, initscripts.spec: 8.24-1 * rc.d/init.d/functions: fix sendmail startup diff --git a/initscripts.spec b/initscripts.spec index 7c1f0bea..ae96dd6c 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.24 +Version: 8.25 License: GPL Group: System Environment/Base Release: 1 @@ -208,6 +208,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Feb 2 2006 Bill Nottingham <notting@redhat.com> 8.25-1 +- ifup: don't run the arping check if the address is already on the device + * Wed Feb 1 2006 Bill Nottingham <notting@redhat.com> 8.24-1 - init.d/functions: fix sendmail startup - sysconfig.txt: fix typos (<mitr@redhat.com>) |