diff options
author | Bill Nottingham <notting@redhat.com> | 1999-06-17 15:07:16 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-06-17 15:07:16 +0000 |
commit | 2b0c2e16b8a030d90b41fc91a587206ba68dbe8a (patch) | |
tree | 19ca60d13a802ca48e8badb75d2b2295ce33b7d8 | |
parent | 672a334d85cbd7dc7a7848f026b516760468387e (diff) | |
download | initscripts-2b0c2e16b8a030d90b41fc91a587206ba68dbe8a.tar initscripts-2b0c2e16b8a030d90b41fc91a587206ba68dbe8a.tar.gz initscripts-2b0c2e16b8a030d90b41fc91a587206ba68dbe8a.tar.bz2 initscripts-2b0c2e16b8a030d90b41fc91a587206ba68dbe8a.tar.xz initscripts-2b0c2e16b8a030d90b41fc91a587206ba68dbe8a.zip |
bump rev
-rw-r--r-- | ChangeLog | 38 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 27 insertions, 13 deletions
@@ -1,5 +1,31 @@ +1999-06-17 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + set the clock if we can read the /etc/localtime link, too + + * rc.d/rc.sysinit: + set clock as soon as possible... + +1999-06-15 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + make setsysfont call smarter + 1999-06-14 Bill Nottingham <notting@redhat.com> + * sysconfig/network-scripts/ifup-post: + add routes after aliases + + * rc.d/init.d/network: + don't need to check internal node number... + + * rc.d/rc.sysinit: + add a space after 'alias sound|midi' so we don't get confused by alsaconf + stuff + + * sysconfig/network-scripts/ifup-aliases: + fix so it does aliases in order + * rc.d/rc.sysinit: um, it makes very little sense to touch /var/run/utmp and promptly remove it. @@ -736,8 +762,6 @@ * rc.d/init.d/network: added missing ;; - * initscripts.spec: *** empty log message *** - * rc.d/rc.sysinit: run depmod properly * initscripts.spec: @@ -814,8 +838,6 @@ 1998-03-22 ewt <ewt@redhat.com> - * initscripts.spec: *** empty log message *** - * sysconfig/network-scripts/ifup: added netmask calculation * src/ipcalc.1: added --netmask @@ -874,8 +896,6 @@ 1998-03-09 ewt <ewt@redhat.com> - * initscripts.spec: *** empty log message *** - * sysconfig/network-scripts/ifup: if bootp fails and there is no fallback IP, take down the device @@ -923,8 +943,6 @@ 1998-02-06 ewt <ewt@redhat.com> - * initscripts.spec: *** empty log message *** - * src/usernetctl.c: didn't work for cloned devices 1998-01-12 johnsonm <johnsonm@redhat.com> @@ -935,8 +953,6 @@ 1997-12-31 ewt <ewt@redhat.com> - * initscripts.spec: *** empty log message *** - * rc.d/rc.sysinit: - touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys - the logic for when /var/lock/subsys/kerneld is touched was backwards @@ -982,8 +998,6 @@ 1997-11-07 ewt <ewt@redhat.com> - * initscripts.spec: *** empty log message *** - * rc.d/rc.sysinit: added sound stuff 1997-11-07 johnsonm <johnsonm@redhat.com> diff --git a/initscripts.spec b/initscripts.spec index 909beea5..e8c46be4 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 4.20 +%define version 4.21 Version: %{version} Copyright: GPL Group: System Environment/Base |