summaryrefslogtreecommitdiff
path: root/net/pppoa
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-09-01 01:16:21 +0000
committerBrian Somers <brian@FreeBSD.org>2001-09-01 01:16:21 +0000
commit3806991ce5a5f1333746b8fad844d506bef197f2 (patch)
tree2c508d32aa34ed73a65b74f32f519caa3d5c4811 /net/pppoa
parentFix the libtool problem (thanks sobomax :-) and pkg-plist. (diff)
Correct quoting
Notes
Notes: svn path=/head/; revision=47252
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 76f9ed1613b0..dbe9c0c00ab8 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