summaryrefslogtreecommitdiff
path: root/etc/ppp
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>1997-12-27 07:22:18 +0000
committerbrian <brian@cvs.openbsd.org>1997-12-27 07:22:18 +0000
commita5e5f14966a9131af8a9ac18945ee9cb33d7deea (patch)
tree9ba21043c04adaa68280ad5b2e4bf99384d438e2 /etc/ppp
parentab0c2c5bb2c3745bd5ae5141ed818d8b834d3366 (diff)
Allow (and document) execution of commands from within
our chat script. You can now even run chat(8) - see ppp.conf.sample.
Diffstat (limited to 'etc/ppp')
-rw-r--r--etc/ppp/ppp.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample
index 438d8f5e74f..7a0aff3118a 100644
--- a/etc/ppp/ppp.conf.sample
+++ b/etc/ppp/ppp.conf.sample
@@ -4,7 +4,7 @@
#
# Originally written by Toshiharu OHNO
#
-# $Id: ppp.conf.sample,v 1.2 1997/12/06 12:10:27 brian Exp $
+# $Id: ppp.conf.sample,v 1.3 1997/12/27 07:22:15 brian Exp $
#
#################################################################
@@ -125,6 +125,10 @@ examples:
#
set server 6670
#
+# If you don't like ppp's builtin chat, use an external one:
+#
+ set login "\"!chat \\\\-f /etc/ppp/ppp.dev.chat\""
+#
# If we have a ``strange'' modem that must be re-initialized when we
# hangup:
#