diff options
author | jmz <jmz@FreeBSD.org> | 2000-03-29 01:49:27 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-03-29 01:49:27 +0800 |
commit | ee2dd369cce631479171f1c993799aa64815c36f (patch) | |
tree | 1d358294d69856cdb6543727995769a9b3bf4aa9 | |
parent | b696a834a0765f9d33529f8a76b7f6f5445ce892 (diff) | |
download | freebsd-ports-gnome-ee2dd369cce631479171f1c993799aa64815c36f.tar.gz freebsd-ports-gnome-ee2dd369cce631479171f1c993799aa64815c36f.tar.zst freebsd-ports-gnome-ee2dd369cce631479171f1c993799aa64815c36f.zip |
38000 is not a valid baud rate value. Use 38400
PR: ports/17455
Submitted by: SHIROTA Yasuhiko <shirota@mbox.media.nagoya-u.ac.jp>
-rw-r--r-- | comms/mgetty+sendfax/files/mgettycfg.in | 2 | ||||
-rw-r--r-- | 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 |