From owner-cvs-all Wed Aug 15 6:53:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD19437B409; Wed, 15 Aug 2001 06:53:38 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FDrc720625; Wed, 15 Aug 2001 06:53:38 -0700 (PDT) (envelope-from brian) Message-Id: <200108151353.f7FDrc720625@freefall.freebsd.org> From: Brian Somers Date: Wed, 15 Aug 2001 06:53:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c command.c main.c probe.c probe.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/08/15 06:53:38 PDT Modified files: usr.sbin/ppp bundle.c command.c main.c probe.c probe.h Log: Probe for the availability of AF_INET6 at startup. If it's not available, default ipv6cp to disabled and refuse to let the user enable it. Revision Changes Path 1.120 +6 -3 src/usr.sbin/ppp/bundle.c 1.269 +9 -2 src/usr.sbin/ppp/command.c 1.184 +3 -4 src/usr.sbin/ppp/main.c 1.4 +27 -4 src/usr.sbin/ppp/probe.c 1.3 +7 -2 src/usr.sbin/ppp/probe.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message