diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 19 insertions, 3 deletions
@@ -1,7 +1,18 @@ +1999-12-06 Michael K. Johnson <johnsonm@redhat.com> + + * src/ppp-watch.c: redial after RETRYTIMEOUT on script failure + + * src/ppp-watch.c: tyops + + * src/ppp-watch.c: handle control-C and such on parent right + use sigaction + + * sysconfig/network-scripts/ifup-ppp: + Fix suggested by Adam P. Jenkins, tests fine here, may improve CHAP as well. + 1999-12-03 Michael K. Johnson <johnsonm@redhat.com> - * src/ppp-watch.c: - open fds, get lock/pid file names right + * src/ppp-watch.c: open fds, get lock/pid file names right 1999-12-03 Bill Nottingham <notting@redhat.com> diff --git a/initscripts.spec b/initscripts.spec index f8bd5ddf..13c27634 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.70 +%define version 4.71 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -198,6 +198,11 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com> +- improvements in clone device handling +- better signal handling in ppp-watch +- yet another attempt to fix those rare PAP/CHAP problems + * Sat Nov 28 1999 Bill Nottingham <notting@redhat.com> - impressive. Three new features, three new bugs. |