diff options
author | Bill Nottingham <notting@redhat.com> | 2002-01-24 22:24:26 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-01-24 22:24:26 +0000 |
commit | c1022385595f715f1304a7123616a43a14c59cf3 (patch) | |
tree | 3474c28dde71105b1e8670826882ff22ab413c57 | |
parent | 2aa7a553dea2ee83592a746a0daf3c05908e9524 (diff) | |
download | initscripts-c1022385595f715f1304a7123616a43a14c59cf3.tar initscripts-c1022385595f715f1304a7123616a43a14c59cf3.tar.gz initscripts-c1022385595f715f1304a7123616a43a14c59cf3.tar.bz2 initscripts-c1022385595f715f1304a7123616a43a14c59cf3.tar.xz initscripts-c1022385595f715f1304a7123616a43a14c59cf3.zip |
6.50-1
-rw-r--r-- | ChangeLog | 42 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 43 insertions, 1 deletions
@@ -1,3 +1,45 @@ +2002-01-24 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.50-1 + +2002-01-18 Michael K. Johnson <johnsonm@redhat.com> + + * initscripts.spec, rc.d/rc.sysinit: + depmod does not like this reuse of /lib/modules + +2002-01-18 Bill Nottingham <notting@redhat.com> + + * ChangeLog: 6.41-1 + + * rc.d/rc.sysinit, initscripts.spec: + add support for libredhat-kernel.so.* symlink handling (johnsonm@redhat.com) + +2002-01-02 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup: + revert broken code. + + To set HW address, use MACADDR, not HWADDR. HWADDR is used to tie a + configuration to a particular card, even if its device name changes. + +2001-12-26 leon <leon@redhat.com> + + * po/ru.po: fix typo + +2001-11-19 Harald Hoyer <harald@redhat.com> + + * rc.d/init.d/network: + determine devices the correct way + + * sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/network-functions: + added \ on the end of the multiline if + + * sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-post: + better nickname handling + + * sysconfig/network-scripts/ifup: + set the ethernet number with nameif + 2001-11-07 Than Ngo <than@redhat.com> * sysconfig/network-scripts/ifup-iucv * sysconfig/network-scripts/ifup-escon diff --git a/initscripts.spec b/initscripts.spec index 66d11c6b..7cc79c68 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.42 +Version: 6.50 License: GPL Group: System Environment/Base Release: 1 |