From 36e5c7784524c12c8d07ac02f6dbb115e4e26832 Mon Sep 17 00:00:00 2001 From: brian 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(-) (limited to 'share/examples/ppp') 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: -- cgit v1.1