From owner-cvs-ports@FreeBSD.ORG Thu Dec 27 00:15:49 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48E6B16A421; Thu, 27 Dec 2007 00:15:49 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3CD7B13C45B; Thu, 27 Dec 2007 00:15:49 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBR0FnnJ031242; Thu, 27 Dec 2007 00:15:49 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBR0FnaM031241; Thu, 27 Dec 2007 00:15:49 GMT (envelope-from bsam) Message-Id: <200712270015.lBR0FnaM031241@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 27 Dec 2007 00:15:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/linux-megacli Makefile ports/sysutils/linux-megacli/files 407.status-mfi-raid.in README-status-mfi-raid.txt megacli.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 00:15:49 -0000 bsam 2007-12-27 00:15:49 UTC FreeBSD ports repository Modified files: sysutils/linux-megacli Makefile sysutils/linux-megacli/files 407.status-mfi-raid.in README-status-mfi-raid.txt megacli.sh.in Log: Main changes: - The periodic script should print a banner, like all other periodic script - Don't sort the PD heading output, it breaks with certain numbering Minor nits: - Fix spelling - pet portlint(1) - Use awk(1) to alleviate the need for additional wc(1) - remove non-portable -z flag to cmp(1) PR: 118416 Submitted by: Ulrich Spoerlein Reviewed by: maintainer timeout (3 weeks) Revision Changes Path 1.5 +2 -3 ports/sysutils/linux-megacli/Makefile 1.2 +5 -3 ports/sysutils/linux-megacli/files/407.status-mfi-raid.in 1.2 +2 -2 ports/sysutils/linux-megacli/files/README-status-mfi-raid.txt 1.3 +2 -2 ports/sysutils/linux-megacli/files/megacli.sh.in