From 3806991ce5a5f1333746b8fad844d506bef197f2 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 1 Sep 2001 01:16:21 +0000 Subject: Correct quoting --- net/pppoa/files/patch-aa | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'net/pppoa') 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 -- cgit v1.2.3