diff options
author | tron <tron> | 2000-07-31 19:31:03 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-31 19:31:03 +0000 |
commit | b041dc26f1103b95a7843f633be6945202fd12e6 (patch) | |
tree | 7f568b0a45fbf8296b016db8c28350656d6385db /net/rp-pppoe/Makefile | |
parent | 9bfe2ced90f22c9d1430bdc82147961ad2b3cbd4 (diff) | |
download | pkgsrc-b041dc26f1103b95a7843f633be6945202fd12e6.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/ |