From owner-cvs-usrsbin Sat Feb 22 09:59:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29051 for cvs-usrsbin-outgoing; Sat, 22 Feb 1997 09:59:17 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29043; Sat, 22 Feb 1997 09:59:15 -0800 (PST) Date: Sat, 22 Feb 1997 09:59:15 -0800 (PST) From: Joerg Wunsch Message-Id: <199702221759.JAA29043@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp Makefile chat.c main.c timeout.h timer.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/22 09:59:14 Branch: usr.sbin/ppp RELENG_2_2 Modified: usr.sbin/ppp Makefile chat.c main.c timeout.h timer.c Log: YAMFC: clean up the signal handling, as committed to -current by Brian on 97/02/18 17:14:44. Revision Changes Path 1.9.2.3 +2 -2 src/usr.sbin/ppp/Makefile 1.11.2.4 +7 -7 src/usr.sbin/ppp/chat.c 1.22.2.6 +19 -41 src/usr.sbin/ppp/main.c 1.5.6.2 +1 -2 src/usr.sbin/ppp/timeout.h 1.5.2.2 +4 -27 src/usr.sbin/ppp/timer.c