From ee2dd369cce631479171f1c993799aa64815c36f Mon Sep 17 00:00:00 2001 From: jmz Date: Tue, 28 Mar 2000 17:49:27 +0000 Subject: 38000 is not a valid baud rate value. Use 38400 PR: ports/17455 Submitted by: SHIROTA Yasuhiko --- comms/mgetty+sendfax/files/mgettycfg.in | 2 +- comms/mgetty+sendfax/pkg-install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comms/mgetty+sendfax/files/mgettycfg.in b/comms/mgetty+sendfax/files/mgettycfg.in index 45d1529fe92b..c442404b9652 100644 --- a/comms/mgetty+sendfax/files/mgettycfg.in +++ b/comms/mgetty+sendfax/files/mgettycfg.in @@ -510,7 +510,7 @@ sub inq_f { the default is YES.", $def_f{'max-tries-continue'}); $settings .= " speed (fax)"; - $def_f{'speed'} = 38000 if ! $def_f{'speed'}; + $def_f{'speed'} = 38400 if ! $def_f{'speed'}; $def_f{'speed'} = &ask (" - `speed' Set the port speed to use for fax send operations. Usually, `38400' is a good choice, but a few dumb modems (for example, some diff --git a/comms/mgetty+sendfax/pkg-install b/comms/mgetty+sendfax/pkg-install index 45d1529fe92b..c442404b9652 100644 --- a/comms/mgetty+sendfax/pkg-install +++ b/comms/mgetty+sendfax/pkg-install @@ -510,7 +510,7 @@ sub inq_f { the default is YES.", $def_f{'max-tries-continue'}); $settings .= " speed (fax)"; - $def_f{'speed'} = 38000 if ! $def_f{'speed'}; + $def_f{'speed'} = 38400 if ! $def_f{'speed'}; $def_f{'speed'} = &ask (" - `speed' Set the port speed to use for fax send operations. Usually, `38400' is a good choice, but a few dumb modems (for example, some -- cgit