summaryrefslogtreecommitdiff
path: root/net/rp-pppoe/patches
diff options
context:
space:
mode:
authortron <tron>2000-07-31 19:31:03 +0000
committertron <tron>2000-07-31 19:31:03 +0000
commitb041dc26f1103b95a7843f633be6945202fd12e6 (patch)
tree7f568b0a45fbf8296b016db8c28350656d6385db /net/rp-pppoe/patches
parent9bfe2ced90f22c9d1430bdc82147961ad2b3cbd4 (diff)
downloadpkgsrc-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/patches')
-rw-r--r--net/rp-pppoe/patches/patch-aa15
1 files changed, 8 insertions, 7 deletions
diff --git a/net/rp-pppoe/patches/patch-aa b/net/rp-pppoe/patches/patch-aa
index fa49f4a5c5c..f6d7206f07a 100644
--- a/net/rp-pppoe/patches/patch-aa
+++ b/net/rp-pppoe/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.2 2000/07/17 21:11:46 tron Exp $
+$NetBSD: patch-aa,v 1.3 2000/07/31 19:31:04 tron Exp $
---- Makefile.in.orig Fri Jul 14 04:09:50 2000
-+++ Makefile.in Mon Jul 17 23:07:37 2000
+--- Makefile.in.orig Mon Jul 31 18:41:18 2000
++++ Makefile.in Mon Jul 31 21:27:01 2000
@@ -20,7 +20,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -11,17 +11,17 @@ $NetBSD: patch-aa,v 1.2 2000/07/17 21:11:46 tron Exp $
install=@INSTALL@
install_dir=@INSTALL@ -d
sbindir=@sbindir@
-@@ -74,21 +74,21 @@
- $(install) -m 755 -s pppoe-server $(RPM_INSTALL_ROOT)$(sbindir)
+@@ -81,21 +81,21 @@
+ $(install) -m 755 -s pppoe-sniff $(RPM_INSTALL_ROOT)$(sbindir)
$(install) -m 755 adsl-connect adsl-start adsl-status adsl-stop adsl-setup $(RPM_INSTALL_ROOT)$(sbindir)
-mkdir -p $(RPM_INSTALL_ROOT)$(docdir)
- $(install) -m 644 CHANGES HOW-TO-CONNECT LICENSE README firewall pap-secrets adsl-state.pl $(RPM_INSTALL_ROOT)$(docdir)
+ $(install) -m 644 CHANGES HOW-TO-CONNECT LICENSE README pap-secrets adsl-state.pl $(RPM_INSTALL_ROOT)$(docdir)
-mkdir -p $(RPM_INSTALL_ROOT)$(mandir)/man8
- $(install) -m 644 pppoe.8 adsl-start.8 adsl-stop.8 adsl-status.8 adsl-connect.8 adsl-setup.8 pppoe-server.8 $(RPM_INSTALL_ROOT)$(mandir)/man8
+ $(install) -m 644 pppoe.8 adsl-start.8 adsl-stop.8 adsl-status.8 adsl-connect.8 adsl-setup.8 pppoe-server.8 pppoe-sniff.8 $(RPM_INSTALL_ROOT)$(mandir)/man8
-mkdir -p $(RPM_INSTALL_ROOT)$(mandir)/man5
$(install) -m 644 pppoe.conf.5 $(RPM_INSTALL_ROOT)$(mandir)/man5
- -mkdir -p $(RPM_INSTALL_ROOT)/etc/ppp
+- -mkdir -p $(RPM_INSTALL_ROOT)/etc/ppp
- @for i in pppoe.conf firewall-standalone firewall-masq ; do \
- if [ ! -f $(RPM_INSTALL_ROOT)/etc/ppp/$$i ] ; then \
- $(install) -m 644 $$i $(RPM_INSTALL_ROOT)/etc/ppp ; \
@@ -31,6 +31,7 @@ $NetBSD: patch-aa,v 1.2 2000/07/17 21:11:46 tron Exp $
- fi ;\
- done
- $(install) -m 644 pppoe-server-options $(RPM_INSTALL_ROOT)$(PPPOESERVER_PPPD_OPTIONS)
++# -mkdir -p $(RPM_INSTALL_ROOT)/etc/ppp
+# @for i in pppoe.conf firewall-standalone firewall-masq ; do \
+# if [ ! -f $(RPM_INSTALL_ROOT)/etc/ppp/$$i ] ; then \
+# $(install) -m 644 $$i $(RPM_INSTALL_ROOT)/etc/ppp ; \