From 0a97e07c93dac638832892e49e2f8980bddbf7df Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Wed, 29 Dec 1999 22:32:11 +0000 Subject: The '-' character in chat scripts should only be escaped twice (since the parsing routines were fixed). --- share/examples/ppp/ppp.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index d845d932a3f2..31e1e7904ec4 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: -- cgit v1.3