summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2003-12-18 16:41:30 +0000
committeragc <agc>2003-12-18 16:41:30 +0000
commit42488998ca4f787be65e9ad18f1aab0d0a4a9e9a (patch)
treea7ced8c4b829b33ddfabd940c18c871680438b52
parentb9e83afc86c16e793323688b6a9b2f667d416832 (diff)
downloadpkgsrc-42488998ca4f787be65e9ad18f1aab0d0a4a9e9a.tar.gz
Initial import of rp-l2tp-0.3 into the NetBSD Packages Collection.
l2tpd is a user-space L2TP daemon. L2TP is the Layer Two Tunneling Protocol described in RFC 2661. It allows you to tunnel PPP sessions over a network or transport protocol (in this case, UDP.) Part of the l2tp code is implemented in the l2tpd program, and part of it is implemented as "handlers". A handler is a shared-object library which is dynamically linked into l2tpd at run-time using the "load-handler" configuration directive. Although the handlers included with this package (sync-pppd and cmd) are licensed under the GPL, as a special exception, you may write your own handlers which link to code in this package and not release them under the GPL. There may be other reasons why your handlers must be released under the GPL (for example, they may link with other GPL'd code), but in the absence of other reasons, you may keep your handlers proprietary.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 473731cc28a..74efb6d3161 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4181 2003/12/18 15:44:24 ben Exp $
+$NetBSD: CHANGES,v 1.4182 2003/12/18 16:41:30 agc Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -5235,3 +5235,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated eog2 to 2.5.1 [adam 2003-12-18]
Updated gimageview to 0.2.24nb4 [adam 2003-12-18]
Updated gcc to 2.95.3nb5 [ben 2003-12-18]
+ Added rp-l2tp-0.3 [agc 2003-12-18]