From owner-freebsd-bugs@FreeBSD.ORG Thu May 8 10:20:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B34F37B401 for ; Thu, 8 May 2003 10:20:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1649D43F3F for ; Thu, 8 May 2003 10:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h48HK6Up009293 for ; Thu, 8 May 2003 10:20:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h48HK60s009292; Thu, 8 May 2003 10:20:06 -0700 (PDT) Date: Thu, 8 May 2003 10:20:06 -0700 (PDT) Message-Id: <200305081720.h48HK60s009292@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Xander Subject: misc/51955: pccard_ether textual errors X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Xander List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 17:20:07 -0000 The following reply was made to PR misc/51955; it has been noted by GNATS. From: Xander To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: misc/51955: pccard_ether textual errors Date: Thu, 8 May 2003 09:53:32 +0200 (CEST) >Number: 51955 >Category: misc >Synopsis: pccard_ether textual errors >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 08 01:50:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Xander >Release: FreeBSD 5.1-BETA i386 >Organization: SURFnet >Environment: System: FreeBSD triplex.phaze-III.sec.nl 5.1-BETA FreeBSD 5.1-BETA #2: Wed May 7 21:03:24 CEST 2003 >Description: The comment in pccard_ether (rev 1.29) at the top mentions a third argument for 'ifconfig_option'. This argument appears to be unused in the script. There's also a typo (delelte) elsewhere in the script. >How-To-Repeat: >Fix: The following patch removes the remarks about the ifconfig_option and fixes the typo. Whether removing the ifconfig_option explanation is the best way to go is left to the maintainer of course. --- pccard_ether.rev1.29 Tue May 6 13:38:48 2003 +++ pccard_ether Thu May 8 09:31:31 2003 @@ -2,9 +2,9 @@ # # $FreeBSD: src/etc/pccard_ether,v 1.29 2003/05/05 19:06:46 ume Exp $ # -# pccard_ether interfacename [start|stop] [ifconfig option] +# pccard_ether interfacename [start|stop] # -# example: pccard_ether ep0 start -link0 +# example: pccard_ether ep0 start # stop_dhcp() { @@ -156,7 +157,7 @@ stop_dhcp ;; *) - # Delelte static route if specified + # Delete static route if specified eval ifx_routes=\$static_routes_${interface} if [ -n "${ifx_routes}" ]; then for i in ${ifx_routes}; do >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"