summaryrefslogtreecommitdiffstats
path: root/net/pppoa
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-09-01 01:16:21 +0000
committerbrian <brian@FreeBSD.org>2001-09-01 01:16:21 +0000
commitd2196cc87433ddb9d20e6e603e25e205688d1f35 (patch)
tree14ca016f90ce33696d45ca4c9ee640c64672a3ec /net/pppoa
parent625330b1658973fe53097e93344128e16266951d (diff)
downloadFreeBSD-ports-d2196cc87433ddb9d20e6e603e25e205688d1f35.zip
FreeBSD-ports-d2196cc87433ddb9d20e6e603e25e205688d1f35.tar.gz
Correct quoting
Diffstat (limited to 'net/pppoa')
-rw-r--r--net/pppoa/files/patch-aa11
1 files changed, 10 insertions, 1 deletions
diff --git a/net/pppoa/files/patch-aa b/net/pppoa/files/patch-aa
index 76f9ed1..dbe9c0c 100644
--- a/net/pppoa/files/patch-aa
+++ b/net/pppoa/files/patch-aa
@@ -1,5 +1,5 @@
--- doc-bsd/adsl.sh.sample.orig Tue Aug 14 22:15:19 2001
-+++ doc-bsd/adsl.sh.sample Fri Aug 31 09:01:15 2001
++++ doc-bsd/adsl.sh.sample Sat Sep 1 02:12:23 2001
@@ -1,3 +1,15 @@
+#! /bin/sh
+
@@ -16,3 +16,12 @@
ISP=adsl
PATH=$PATH:$PREFIX/bin
+@@ -5,7 +17,7 @@
+ start)
+ modem_run -f $PREFIX/libdata/mgmt.o -m \
+ && ppp -quiet -auto $ISP \
+- && echo -n ' ppp($ISP)'
++ && echo -n " ppp($ISP)"
+ ;;
+ stop)
+ killall modem_run
OpenPOWER on IntegriCloud