diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-03-28 17:49:27 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-03-28 17:49:27 +0000 |
commit | 851880a31d4197685af0c9af0c2e39fa4c8ef6bd (patch) | |
tree | 4071bcf29b5323a13931c2250997ef73b54c3737 /comms | |
parent | Update to 0.14.3 (diff) |
38000 is not a valid baud rate value. Use 38400
PR: ports/17455
Submitted by: SHIROTA Yasuhiko <shirota@mbox.media.nagoya-u.ac.jp>
Diffstat (limited to 'comms')
-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 |