From f9ee8808e7fd6798eb442188b9b4b8e23c461f07 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 7 Aug 1998 18:42:51 +0000 Subject: o Support callback types NONE, E.164, AUTH and CBCP. (see the new ``set callback'' and ``set cbcp'' commands) o Add a ``cbcp'' log level and mbuf type. o Don't dump core when \T is given in ``set login'' or ``set hangup''. o Allow ``*'' and blanks as placeholders in ppp.secret and allow a fifth field for specifying auth/cbcp dialback parameters. o Remove a few extraneous #includes o Define the default number of REQs (restart counter) in defs.h rather than hardcoding ``5'' all over the place. o Fix a few man page inconsistencies. --- usr.sbin/ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/Makefile') diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index b33fd79..759feef 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.43 1998/06/26 18:50:29 brian Exp $ +# $Id: Makefile,v 1.44 1998/06/27 14:17:22 brian Exp $ PROG= ppp -SRCS= arp.c async.c auth.c bundle.c ccp.c chap.c chat.c command.c \ +SRCS= arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c command.c \ datalink.c deflate.c defs.c filter.c fsm.c hdlc.c id.c ip.c \ ipcp.c iplist.c lcp.c link.c log.c lqr.c main.c mbuf.c modem.c \ mp.c pap.c physical.c pred.c probe.c prompt.c route.c server.c \ -- cgit v1.1