diff options
author | Bill Nottingham <notting@redhat.com> | 1999-11-28 06:04:28 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-11-28 06:04:28 +0000 |
commit | 3c0395be2f60e041aaba46c5787abd552bdaeab2 (patch) | |
tree | 2e4173aa189554f350e1051ef321c73125e7f8c2 | |
parent | 9c07d4085bc83340b202a691193c757f5c977c79 (diff) | |
download | initscripts-3c0395be2f60e041aaba46c5787abd552bdaeab2.tar initscripts-3c0395be2f60e041aaba46c5787abd552bdaeab2.tar.gz initscripts-3c0395be2f60e041aaba46c5787abd552bdaeab2.tar.bz2 initscripts-3c0395be2f60e041aaba46c5787abd552bdaeab2.tar.xz initscripts-3c0395be2f60e041aaba46c5787abd552bdaeab2.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 14 insertions, 1 deletions
@@ -1,5 +1,15 @@ +1999-11-28 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/network: + yet another typo. grr. arrgh. + 1999-11-24 Bill Nottingham <notting@redhat.com> + * rc.d/rc.sysinit: fix other syntax error + + * sysconfig/network-scripts/ifup: + don't add default loopback route + * rc.d/rc.sysinit: fix typo 1999-11-22 Michael K. Johnson <johnsonm@redhat.com> diff --git a/initscripts.spec b/initscripts.spec index c1db653b..5bdf5e05 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.68 +%define version 4.69 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -198,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Sat Nov 28 1999 Bill Nottingham <notting@redhat.com> +- impressive. Three new features, three new bugs. + * Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - fix more possible failed CHAP authentication (with chat scripts) - fix ppp default route problem |