From owner-freebsd-ports Sat Mar 18 3:30: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 180BB37B57C for ; Sat, 18 Mar 2000 03:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71912; Sat, 18 Mar 2000 03:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1ADE37B5A7 for ; Sat, 18 Mar 2000 03:23:39 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71434; Sat, 18 Mar 2000 03:23:39 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003181123.DAA71434@freefall.freebsd.org> Date: Sat, 18 Mar 2000 03:23:39 -0800 (PST) From: shirota@mbox.media.nagoya-u.ac.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17455: Inapropriate default value Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17455 >Category: ports >Synopsis: Inapropriate default value >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 18 03:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: SHIROTA Yasuhiko >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: FreeBSD pochi.nowhere 5.0-CURRENT FreeBSD 5.0-CURRENT #63: Fri Mar 17 21:21:58 JST 2000 shirota@pochi.nowhere:/usr/local/SRC/sys/compile/POCHI i386 >Description: wrong value for speed in pkg/INSTALL script >How-To-Repeat: >Fix: *** /usr/ports/comms/mgetty+sendfax/pkg/INSTALL.orig Fri Aug 7 13:36:47 1998 --- /usr/ports/comms/mgetty+sendfax/pkg/INSTALL Sat Mar 18 16:42:15 2000 *************** *** 510,516 **** the default is YES.", $def_f{'max-tries-continue'}); $settings .= " speed (fax)"; ! $def_f{'speed'} = 38000 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 --- 510,516 ---- the default is YES.", $def_f{'max-tries-continue'}); $settings .= " speed (fax)"; ! $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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message