summaryrefslogtreecommitdiff
path: root/net/pppoa/files/patch-aa
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-01-07 10:36:46 +0000
committerBrian Somers <brian@FreeBSD.org>2002-01-07 10:36:46 +0000
commitca1df09fddb8a33b50778fcacbd4a2f4772a81f1 (patch)
tree3c363002777debb0a3418bb4e06f11e705dfba6e /net/pppoa/files/patch-aa
parentUpdate to 0.14beta2. (diff)
Upgrade to version 1.0
Bump PORTEPOCH (as we're going from 20011007 to 1.0) Add http://prdownloads.sourceforge.net/speedtouch/ as a master site Correct a typo in the Makefile (arpwatch -> libdata) Update accreditations as requested by the author Default the mode to -ddial rather than -background Fix a typo in the quick-install dialogue
Diffstat (limited to 'net/pppoa/files/patch-aa')
-rw-r--r--net/pppoa/files/patch-aa22
1 files changed, 11 insertions, 11 deletions
diff --git a/net/pppoa/files/patch-aa b/net/pppoa/files/patch-aa
index 1e4d8a872196..863fd7c5ae89 100644
--- a/net/pppoa/files/patch-aa
+++ b/net/pppoa/files/patch-aa
@@ -1,11 +1,11 @@
---- doc-bsd/adsl.sh.sample.orig Sun Oct 7 19:46:13 2001
-+++ doc-bsd/adsl.sh.sample Fri Oct 12 21:04:04 2001
-@@ -13,7 +13,7 @@
- case $1 in
- start)
- modem_run -f $PREFIX/libdata/mgmt.o \
-- && ppp -quiet -($MODE) $ISP \
-+ && ppp -quiet -$MODE $ISP \
- && echo -n ' ppp'
- ;;
- stop)
+--- doc-bsd/adsl.sh.sample.orig Tue Dec 11 16:25:52 2001
++++ doc-bsd/adsl.sh.sample Sat Jan 5 18:00:31 2002
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+
+ ISP=adsl
+-MODE=background
++MODE=ddial
+
+ if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
+ echo "$0: Cannot determine the PREFIX" >&2