Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2008 22:28:13 GMT
From:      Ivan Voras <ivoras@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122775: Typo in sysutils/linux-megacli
Message-ID:  <200804142228.m3EMSDwc039142@www.freebsd.org>
Resent-Message-ID: <200804142230.m3EMU1qV042334@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122775
>Category:       ports
>Synopsis:       Typo in sysutils/linux-megacli
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 14 22:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ivan Voras
>Release:        6.2
>Organization:
>Environment:
FreeBSD 6.2-STABLE amd64

>Description:
Periodic script 407.status-mfi-raid contains a typo: "Adpater" instead of "Adapter". See patch.
>How-To-Repeat:
Run the script on suitably configured machine.
>Fix:
--- 407.status-mfi-raid.old     2008-04-15 00:16:08.000000000 +0200
+++ 407.status-mfi-raid 2008-04-15 00:16:30.000000000 +0200
@@ -53,7 +53,7 @@

 rc=0
 for ctrl in `jot ${ADPCOUNT} ${ADPMINIDX} ${ADPMAXIDX}`; do
-       echo "Adpater: ${ctrl}"
+       echo "Adapter: ${ctrl}"

        # Print summary information.
        echo "------------------------------------------------------------------------"


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804142228.m3EMSDwc039142>