From owner-cvs-ports@FreeBSD.ORG Sat Aug 13 22:39:51 2011 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 A7210106564A; Sat, 13 Aug 2011 22:39:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CAB68FC12; Sat, 13 Aug 2011 22:39:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7DMdoX0089702; Sat, 13 Aug 2011 22:39:50 GMT (envelope-from swills@repoman.freebsd.org) Received: (from swills@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7DMdo1I089701; Sat, 13 Aug 2011 22:39:50 GMT (envelope-from swills) Message-Id: <201108132239.p7DMdo1I089701@repoman.freebsd.org> From: Steve Wills Date: Sat, 13 Aug 2011 22:39:50 +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/mcollective/files mcollectived.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: Sat, 13 Aug 2011 22:39:51 -0000 swills 2011-08-13 22:39:50 UTC FreeBSD ports repository Modified files: sysutils/mcollective/files mcollectived.in Log: - Fix various rc issues that should have been caught at initial commit: - Add a $FreeBSD$ - REQUIRE: LOGIN instead of REQUIRE: DAEMON - Add config comments - Move load_rc_config up to what will soon become the standard location. - s#/usr/local#%%PREFIX%%# - Since the -p option is almost certainly mandatory here, use command_args instead of _flags. Submitted by: dougb Pointy hat to: swills Revision Changes Path 1.2 +15 -6 ports/sysutils/mcollective/files/mcollectived.in