diff options
author | Bill Nottingham <notting@redhat.com> | 1999-11-16 17:32:48 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-11-16 17:32:48 +0000 |
commit | 1dc88000a360f5f4fe8bc0a23248630ba617cc85 (patch) | |
tree | c197a7c553f7beec114d1bcef23c1c4bdba6f781 | |
parent | edb3d22d4a8cde26ce03bfa34ad1c9fc02346059 (diff) | |
download | initscripts-1dc88000a360f5f4fe8bc0a23248630ba617cc85.tar initscripts-1dc88000a360f5f4fe8bc0a23248630ba617cc85.tar.gz initscripts-1dc88000a360f5f4fe8bc0a23248630ba617cc85.tar.bz2 initscripts-1dc88000a360f5f4fe8bc0a23248630ba617cc85.tar.xz initscripts-1dc88000a360f5f4fe8bc0a23248630ba617cc85.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 32 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 33 insertions, 1 deletions
@@ -1,3 +1,35 @@ +1999-11-16 Bill Nottingham <notting@redhat.com> + + * sysconfig.txt: document ARP variable + + * sysconfig/network-scripts/ifup: + add ARP variable use + + * rc.d/rc.sysinit: + look for fonts that aren't psf.gz + + * lang.sh: fix logic in lang.sh + + * service: + update service (do status probes) <ivanyi@internet.sk> + + * sysconfig/network-scripts/ifup: + add default route but no gateway <hanecak@megaloman.com> + +1999-11-15 Bill Nottingham <notting@redhat.com> + + * src/initlog.c: + close configuration file descriptor + +1999-11-12 Michael K. Johnson <johnsonm@redhat.com> + + * sysconfig/network-scripts/ifup-ppp: + allow pppd to set the default route + + * sysconfig/network-scripts/ifup-ppp: + move PPPOPTIONS to the end + use noauth always to work around new defaultroot behaviour + 1999-11-10 Bill Nottingham <notting@redhat.com> * initscripts.spec, rc.d/rc.sysinit, sysconfig/init: diff --git a/initscripts.spec b/initscripts.spec index b3d72f1d..4871a585 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.64 +%define version 4.65 Version: %{version} Copyright: GPL Group: System Environment/Base |