summaryrefslogtreecommitdiffstats
path: root/etc/ppp/ppp.conf.sample
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-06-10 10:04:20 +0000
committerbrian <brian@FreeBSD.org>1997-06-10 10:04:20 +0000
commit4de2fda06158d08349e7339a2951fa71c3fddce5 (patch)
treefe0758cc0d3bbf515dd3fdb405db029519d0915d /etc/ppp/ppp.conf.sample
parent8ca031830dec477a4a7a8d97470f3e056c5ebe04 (diff)
downloadFreeBSD-src-4de2fda06158d08349e7339a2951fa71c3fddce5.zip
FreeBSD-src-4de2fda06158d08349e7339a2951fa71c3fddce5.tar.gz
Use "set log", not "set debug".
Grammar police.
Diffstat (limited to 'etc/ppp/ppp.conf.sample')
-rw-r--r--etc/ppp/ppp.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample
index 5e98a72..2669090 100644
--- a/etc/ppp/ppp.conf.sample
+++ b/etc/ppp/ppp.conf.sample
@@ -4,7 +4,7 @@
#
# Written by Toshiharu OHNO
#
-# $Id: ppp.conf.sample,v 1.13 1997/05/08 01:45:48 brian Exp $
+# $Id: ppp.conf.sample,v 1.14 1997/05/12 14:07:14 brian Exp $
#
#################################################################
@@ -123,14 +123,14 @@ direct-client:
set line /dev/cuaa0
set sp 115200
set timeout 900
- set debug Phase Chat LQM
+ set log Phase Chat LQM
set login "TIMEOUT 5 -\\r-login:-\\r-login: ppp word: ppp HELLO"
set ifaddr 10.0.4.2 10.0.4.1
add 10.0.4.2 255.255.255.255 127.0.0.1
direct-server:
set timeout 900 10 3
- set debug Phase LQM
+ set log Phase LQM
set ifaddr 10.0.4.1 10.0.4.2
add 10.0.4.1 255.255.255.255 127.0.0.1
@@ -158,7 +158,7 @@ users:
callback:
set phone 0312345678
set login "ABORT NO\\sCARRIER TIMEOUT 5 login:-\\r-login: MyName word: MySecret TIMEOUT 20 DUMMY"
- set debug phase chat
+ set log phase chat
dial
quit
OpenPOWER on IntegriCloud