From owner-cvs-all Tue Oct 19 8:21:14 1999 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 6C28B15A19; Tue, 19 Oct 1999 08:21:12 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA58204; Tue, 19 Oct 1999 08:21:12 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199910191521.IAA58204@freefall.freebsd.org> From: Brian Somers Date: Tue, 19 Oct 1999 08:21:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h iface.c main.c ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/10/19 08:21:12 PDT Modified files: usr.sbin/ppp bundle.c bundle.h iface.c main.c ppp.8 Log: Add the -unit command line switch for specifying the tun device. Warn about -alias being depricated (but still allow it). Don't moan twice about failing to open any tun device. Fix a diagnostic and add the -quiet switch to the usage message. Revision Changes Path 1.71 +17 -7 src/usr.sbin/ppp/bundle.c 1.28 +2 -2 src/usr.sbin/ppp/bundle.h 1.12 +4 -2 src/usr.sbin/ppp/iface.c 1.159 +67 -39 src/usr.sbin/ppp/main.c 1.199 +18 -2 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message