Bug 122775 - Typo in sysutils/linux-megacli
Summary: Typo in sysutils/linux-megacli
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 23:30 UTC by Ivan Voras
Modified: 2008-04-17 21:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Voras freebsd_committer freebsd_triage 2008-04-14 23:30:01 UTC
Periodic script 407.status-mfi-raid contains a typo: "Adpater" instead of "Adapter". See patch.

Fix: 

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

        # Print summary information.
        echo "------------------------------------------------------------------------"--UiL2jipKL1RLnycr63aFPZIX3Lc0L3QjhdPqFQQznsSWXNVE
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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 @@
How-To-Repeat: Run the script on suitably configured machine.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-14 23:30:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ivoras

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-14 23:30:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-15 01:03:38 UTC
Responsible Changed
From-To: ivoras->freebsd-ports-bugs

Doesn't have GNATS access.
Comment 4 ruben 2008-04-15 08:34:39 UTC
Hi,

On 15 Apr 2008, at 0:30, Edwin Groothuis wrote:
> Maintainer of sysutils/linux-megacli,
>
> Please note that PR ports/122775 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.

Ok, reviewed and fine with me!

Thanks for submitting

Regards,
	Ruben


>
>
> The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/122775
>
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2008-04-15 19:20:53 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-04-17 21:08:02 UTC
bsam        2008-04-17 20:07:53 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/linux-megacli/files 407.status-mfi-raid.in 
  Log:
  Fix a typo Adpater -> Adapter.
  
  PR:             ports/122775
  Submitted by:   ivoras
  Approved by:    Ruben van Staveren <ruben at verweg.com> (maintainer)
  
  Revision  Changes    Path
  1.3       +2 -2      ports/sysutils/linux-megacli/files/407.status-mfi-raid.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Boris Samorodov freebsd_committer freebsd_triage 2008-04-17 21:08:41 UTC
State Changed
From-To: open->closed

Committed, thanks!