From owner-cvs-all Mon Mar 13 17:48:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E4FE37C56D; Mon, 13 Mar 2000 17:47:29 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA82520; Mon, 13 Mar 2000 17:47:29 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200003140147.RAA82520@freefall.freebsd.org> From: Brian Somers Date: Mon, 13 Mar 2000 17:47:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c filter.c filter.h ipcp.c ipcp.h ppp.8 route.c route.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/03/13 17:47:29 PST Modified files: usr.sbin/ppp bundle.c bundle.h command.c filter.c filter.h ipcp.c ipcp.h ppp.8 route.c route.h Log: Add the ``resolv'' command for telling ppp how to deal with resolv.conf. You can now ``resolv restore'' in ppp.linkdown ! Add DNS0 and DNS1 macros. Revision Changes Path 1.88 +14 -5 src/usr.sbin/ppp/bundle.c 1.37 +2 -1 src/usr.sbin/ppp/bundle.h 1.233 +59 -9 src/usr.sbin/ppp/command.c 1.40 +24 -2 src/usr.sbin/ppp/filter.c 1.22 +4 -2 src/usr.sbin/ppp/filter.h 1.94 +223 -120 src/usr.sbin/ppp/ipcp.c 1.31 +14 -1 src/usr.sbin/ppp/ipcp.h 1.212 +86 -7 src/usr.sbin/ppp/ppp.8 1.66 +18 -2 src/usr.sbin/ppp/route.c 1.15 +9 -7 src/usr.sbin/ppp/route.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message