diff options
author | brian <brian@FreeBSD.org> | 1999-12-29 22:32:11 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-12-29 22:32:11 +0000 |
commit | 36e5c7784524c12c8d07ac02f6dbb115e4e26832 (patch) | |
tree | 39f10467c36832b374c841b4c59c9528760b241a | |
parent | 00a339312bfc826bc1d66a0eb5071246da0f6874 (diff) | |
download | FreeBSD-src-36e5c7784524c12c8d07ac02f6dbb115e4e26832.zip FreeBSD-src-36e5c7784524c12c8d07ac02f6dbb115e4e26832.tar.gz |
The '-' character in chat scripts should only be escaped
twice (since the parsing routines were fixed).
-rw-r--r-- | share/examples/ppp/ppp.conf.sample | 2 |
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: |