From owner-cvs-all Wed Oct 23 6:22:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27DC337B401; Wed, 23 Oct 2002 06:22:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4CAE43E6E; Wed, 23 Oct 2002 06:22:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9NDLsmV098268; Wed, 23 Oct 2002 06:21:54 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9NDLr4P098267; Wed, 23 Oct 2002 06:21:53 -0700 (PDT) Message-Id: <200210231321.g9NDLr4P098267@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 23 Oct 2002 06:21:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/l2tpd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/l2tpd/files patch-Makefile patch-aaa.c patch-avp.c patch-avpsend.c patch-call.c patch-control.c patch-doc::l2tpd.conf.sample ... 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 sobomax 2002/10/23 06:21:53 PDT Modified files: net Makefile Added files: net/l2tpd Makefile distinfo pkg-comment pkg-descr pkg-plist net/l2tpd/files patch-Makefile patch-aaa.c patch-avp.c patch-avpsend.c patch-call.c patch-control.c patch-doc::l2tpd.conf.sample patch-file.c patch-file.h patch-l2tp.h patch-l2tpd.8 patch-l2tpd.c patch-misc.c patch-network.c Log: Add l2tpd 0.64, an implementation of the layer two tunneling protocol. Requested & beersponsored by: Yuri Babushkin Revision Changes Path 1.864 +1 -0 ports/net/Makefile 1.1 +35 -0 ports/net/l2tpd/Makefile (new) 1.1 +1 -0 ports/net/l2tpd/distinfo (new) 1.1 +43 -0 ports/net/l2tpd/files/patch-Makefile (new) 1.1 +14 -0 ports/net/l2tpd/files/patch-aaa.c (new) 1.1 +13 -0 ports/net/l2tpd/files/patch-avp.c (new) 1.1 +13 -0 ports/net/l2tpd/files/patch-avpsend.c (new) 1.1 +15 -0 ports/net/l2tpd/files/patch-call.c (new) 1.1 +14 -0 ports/net/l2tpd/files/patch-control.c (new) 1.1 +14 -0 ports/net/l2tpd/files/patch-doc::l2tpd.conf.sample (new) 1.1 +13 -0 ports/net/l2tpd/files/patch-file.c (new) 1.1 +16 -0 ports/net/l2tpd/files/patch-file.h (new) 1.1 +16 -0 ports/net/l2tpd/files/patch-l2tp.h (new) 1.1 +29 -0 ports/net/l2tpd/files/patch-l2tpd.8 (new) 1.1 +14 -0 ports/net/l2tpd/files/patch-l2tpd.c (new) 1.1 +13 -0 ports/net/l2tpd/files/patch-misc.c (new) 1.1 +15 -0 ports/net/l2tpd/files/patch-network.c (new) 1.1 +1 -0 ports/net/l2tpd/pkg-comment (new) 1.1 +6 -0 ports/net/l2tpd/pkg-descr (new) 1.1 +6 -0 ports/net/l2tpd/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message