diff options
author | Bill Nottingham <notting@redhat.com> | 1999-04-06 04:57:56 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-04-06 04:57:56 +0000 |
commit | 227c62f9d9f472236772219e88da0ac32a6b0b50 (patch) | |
tree | 160589b4e5095c4ee887bfc5ae05b2f3c057333b | |
parent | ccc6bc94f3771d516ae8c4574a0fe5bb5029e8fa (diff) | |
download | initscripts-227c62f9d9f472236772219e88da0ac32a6b0b50.tar initscripts-227c62f9d9f472236772219e88da0ac32a6b0b50.tar.gz initscripts-227c62f9d9f472236772219e88da0ac32a6b0b50.tar.bz2 initscripts-227c62f9d9f472236772219e88da0ac32a6b0b50.tar.xz initscripts-227c62f9d9f472236772219e88da0ac32a6b0b50.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,22 @@ +1999-04-06 Bill Nottingham <notting@redhat.com> + + * lang.sh: + take out loadunimap, since setsysfont should take care of this + + * Makefile, initscripts.spec, lang.sh: + add some changes suggested by Peter Ivanyi + + * rc.d/rc.sysinit: + load keymaps & fonts early. add ncp&smb to the 'don't mount yet' list + +1999-04-05 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/network-functions: fix for $PARENTDEVNAME + +1999-04-01 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/network: only bring up/shut down boot devices + 1999-04-01 Bill Nottingham <notting@redhat.com> * sysconfig/network-scripts/ifup: fix channel bonding diff --git a/initscripts.spec b/initscripts.spec index 7320b146..1d9bacf0 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 3.98 +%define version 3.99 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -169,6 +169,10 @@ rm -rf $RPM_BUILD_ROOT %doc sysconfig.txt sysvinitfiles %changelog +* Mon Apr 5 1999 Bill Nottingham <notting@redhat.com> +- load keymaps & console font early +- fixes for channel bonding, strange messages with non-boot network interfaces + * Sat Mar 27 1999 Cristian Gafton <gafton@redhat.com> - added sysvinitfiles as a documenattaion file |