diff options
author | tron <tron> | 2000-07-11 21:32:44 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-11 21:32:44 +0000 |
commit | d6ed003bf2b043498733c9df178c0cddd684d7a7 (patch) | |
tree | 4ad1815852fe1392a4a56c51b5865d5239076561 /net/rp-pppoe | |
parent | 5c0d2af8f85e4d0106d3b19b36950a5795ea3be1 (diff) | |
download | pkgsrc-d6ed003bf2b043498733c9df178c0cddd684d7a7.tar.gz |
Use package system's "pppd" in "adsl-connect" and "adsl-setup".
Diffstat (limited to 'net/rp-pppoe')
-rw-r--r-- | net/rp-pppoe/files/patch-sum | 4 | ||||
-rw-r--r-- | net/rp-pppoe/patches/patch-ab | 13 | ||||
-rw-r--r-- | net/rp-pppoe/patches/patch-ac | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/net/rp-pppoe/files/patch-sum b/net/rp-pppoe/files/patch-sum index b2ca6fe8eaa..f2fb5aa2a7d 100644 --- a/net/rp-pppoe/files/patch-sum +++ b/net/rp-pppoe/files/patch-sum @@ -1,3 +1,5 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/07/11 21:20:35 tron Exp $ +$NetBSD: patch-sum,v 1.2 2000/07/11 21:32:44 tron Exp $ MD5 (patch-aa) = 084681f0b768377e5a16f74115e096ac +MD5 (patch-ab) = 66dbf91af2f98cd0eebe55092d74c0cf +MD5 (patch-ac) = e56b91896179b4f09e63f21f54eb22b8 diff --git a/net/rp-pppoe/patches/patch-ab b/net/rp-pppoe/patches/patch-ab new file mode 100644 index 00000000000..eddb71ad668 --- /dev/null +++ b/net/rp-pppoe/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2000/07/11 21:32:45 tron Exp $ + +--- adsl-connect.in.orig Fri May 26 01:16:21 2000 ++++ adsl-connect.in Tue Jul 11 23:30:24 2000 +@@ -26,7 +26,7 @@ + + # Paths to programs + IFCONFIG=/sbin/ifconfig +-PPPD=/usr/sbin/pppd ++PPPD=@sbindir@/pppd + PPPOE=@sbindir@/pppoe + LOGGER=/usr/bin/logger + diff --git a/net/rp-pppoe/patches/patch-ac b/net/rp-pppoe/patches/patch-ac new file mode 100644 index 00000000000..274d1f7b359 --- /dev/null +++ b/net/rp-pppoe/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2000/07/11 21:32:45 tron Exp $ + +--- adsl-setup.in.orig Fri May 26 01:16:21 2000 ++++ adsl-setup.in Tue Jul 11 23:30:35 2000 +@@ -16,7 +16,7 @@ + + # Paths to programs + IFCONFIG=/sbin/ifconfig +-PPPD=/usr/sbin/pppd ++PPPD=@sbindir@/pppd + PPPOE=@sbindir@/pppoe + LOGGER=/usr/bin/logger + |