summaryrefslogtreecommitdiffstats
path: root/comms/mgetty+sendfax/files
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1998-07-12 23:29:38 +0000
committerjmz <jmz@FreeBSD.org>1998-07-12 23:29:38 +0000
commit92a79e9638e469bd26a8a3fb06c0e207c330cca0 (patch)
treebe2366140298985fa16cf6342031abfabee19698 /comms/mgetty+sendfax/files
parentc6d5796a68b829f9df4f38999cb1d7a2c32fab6c (diff)
downloadFreeBSD-ports-92a79e9638e469bd26a8a3fb06c0e207c330cca0.zip
FreeBSD-ports-92a79e9638e469bd26a8a3fb06c0e207c330cca0.tar.gz
Change the default for autobauding from YES to NO.
Give the user a chance to backup the config files before deinstalling the port (fixes PR ports/7175).
Diffstat (limited to 'comms/mgetty+sendfax/files')
-rw-r--r--comms/mgetty+sendfax/files/mgettycfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/files/mgettycfg.in b/comms/mgetty+sendfax/files/mgettycfg.in
index c1dfb61..15ab65c 100644
--- a/comms/mgetty+sendfax/files/mgettycfg.in
+++ b/comms/mgetty+sendfax/files/mgettycfg.in
@@ -330,7 +330,7 @@ sub inq_m {
modem setup command.", $def{'answer-chat-timeout'});
$settings .= " autobauding";
- $def{'autobauding'} = "YES" if !$def{'autobauding'};
+ $def{'autobauding'} = "NO" if !$def{'autobauding'};
$def{'autobauding'} = &ask (" - `autobauding'
Some modems switch their DTE line speed to the communication line
speed after connecting, e.g., after sending `CONNECT 2400', the
OpenPOWER on IntegriCloud