summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8.m4
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2003-03-26 02:03:08 +0000
committerbrian <brian@FreeBSD.org>2003-03-26 02:03:08 +0000
commita3b7ff0585aaa0f9babe6826da6304e1b19f827e (patch)
tree103bf8a3cfb13fa6467e92ee8d78b3ec18afd2d4 /usr.sbin/ppp/ppp.8.m4
parente182583687dded87435725b546353654d6d0b9cd (diff)
downloadFreeBSD-src-a3b7ff0585aaa0f9babe6826da6304e1b19f827e.zip
FreeBSD-src-a3b7ff0585aaa0f9babe6826da6304e1b19f827e.tar.gz
Add a ``force-scripts'' option for using chat scripts with -direct and
-dedicated links. Submitted by: Maksim Yevmenkin <myevmenk@exodus.net>
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r--usr.sbin/ppp/ppp.8.m421
1 files changed, 18 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index d9f6e3c..b3bf5ec 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -154,11 +154,17 @@ This is useful if you wish to control
.Nm Ns No 's
invocation from another process.
.It Fl direct
-This is used for receiving incoming connections.
+This is used for communicating over an already established connection,
+usually when receiving incoming connections accepted by
+.Xr getty 8 .
.Nm
ignores the
.Dq set device
line and uses descriptor 0 as the link.
+.Nm
+will also ignore any configured chat scripts unless the
+.Dq force-scripts
+option has been enabled.
.Pp
If callback is configured,
.Nm
@@ -169,8 +175,10 @@ information when dialing back.
This option is designed for machines connected with a dedicated
wire.
.Nm
-will always keep the device open and will never use any configured
-chat scripts.
+will always keep the device open and will ignore any configured
+chat scripts unless the
+.Dq force-scripts
+option has been enabled.
.It Fl ddial
This mode is equivalent to
.Fl auto
@@ -2936,6 +2944,13 @@ and
in the configuration for the
.Nm
invocation with the udp link.
+.It force-scripts
+Default: Disabled.
+Forces execution of the configured chat scripts in
+.Dv direct
+and
+.Dv dedicated
+modes.
.It idcheck
Default: Enabled.
When
OpenPOWER on IntegriCloud