diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +1999-07-01 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/network: + don't bring down non-existent IPX nets + +1999-06-29 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + don't source /etc/sysconfig/i18n if it's not there... + + * rc.d/init.d/functions: + oops, don't call tty before /usr is mounted + 1999-06-25 Bill Nottingham <notting@redhat.com> * rc.d/rc.sysinit: diff --git a/initscripts.spec b/initscripts.spec index 903962ea..6f891dee 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.23 +%define version 4.24 Version: %{version} Copyright: GPL Group: System Environment/Base |