summaryrefslogtreecommitdiffstats
path: root/share/examples/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-12-29 22:32:11 +0000
committerbrian <brian@FreeBSD.org>1999-12-29 22:32:11 +0000
commit36e5c7784524c12c8d07ac02f6dbb115e4e26832 (patch)
tree39f10467c36832b374c841b4c59c9528760b241a /share/examples/ppp
parent00a339312bfc826bc1d66a0eb5071246da0f6874 (diff)
downloadFreeBSD-src-36e5c7784524c12c8d07ac02f6dbb115e4e26832.zip
FreeBSD-src-36e5c7784524c12c8d07ac02f6dbb115e4e26832.tar.gz
The '-' character in chat scripts should only be escaped
twice (since the parsing routines were fixed).
Diffstat (limited to 'share/examples/ppp')
-rw-r--r--share/examples/ppp/ppp.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample
index d845d93..31e1e79 100644
--- a/share/examples/ppp/ppp.conf.sample
+++ b/share/examples/ppp/ppp.conf.sample
@@ -141,7 +141,7 @@ examples:
#
# If you don't like ppp's builtin chat, use an external one:
#
- set login "\"!chat \\\\-f /etc/ppp/ppp.dev.chat\""
+ set login "\"!chat \\-f /etc/ppp/ppp.dev.chat\""
#
# If we have a ``strange'' modem that must be re-initialized when we
# hangup:
OpenPOWER on IntegriCloud