diff options
-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 |