diff options
author | tron <tron> | 2000-07-31 19:31:03 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-31 19:31:03 +0000 |
commit | 83f5a35d668a5c3305288d2dbc69a6e2a4d222c4 (patch) | |
tree | 7f568b0a45fbf8296b016db8c28350656d6385db /net/rp-pppoe/Makefile | |
parent | f5d41b4464ba15e9a8f8fd0c35c14cbbf468d288 (diff) | |
download | pkgsrc-83f5a35d668a5c3305288d2dbc69a6e2a4d222c4.tar.gz |
Update "rp-pppoe" package to version 2.2. Changes since version 2.0:
- Added "-f" option to pppoe to allow use of any Ethernet frame type
for PPPoE. USE WITH CAUTION -- this is a workaround for broken DSL
providers, not something you should monkey with freely!
- Added pppoe-sniff program to help expose non-standard PPPoE
implementations.
- Fixed minor bugs in bounds-checking
- Modified adsl-status to use output of "netstat -r -n" to determine
whether or not link is up. This should make it independent of locale,
I hope!
- Added "-k" and "-d" options to pppoe.
Diffstat (limited to 'net/rp-pppoe/Makefile')
-rw-r--r-- | net/rp-pppoe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index eecfbd38439..4189c9d16f1 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2000/07/18 18:42:48 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/07/31 19:31:03 tron Exp $ -DISTNAME= rp-pppoe-2.0 +DISTNAME= rp-pppoe-2.2 CATEGORIES= net MASTER_SITES= http://www.roaringpenguin.com/pppoe/ |