From owner-cvs-ports@FreeBSD.ORG Thu Mar 29 06:09:00 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by hub.freebsd.org (Postfix) with ESMTP id 57DC8106566B; Thu, 29 Mar 2012 06:09:00 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from [127.0.0.1] (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id AD3CB1554BB; Thu, 29 Mar 2012 06:08:23 +0000 (UTC) Message-ID: <4F73FC57.8020304@FreeBSD.org> Date: Wed, 28 Mar 2012 23:08:23 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Jason Helfman References: <201203262200.q2QM0QYR081182@repoman.freebsd.org> <4F73E3D8.6070701@FreeBSD.org> <20120329051214.GA52018@dormouse.experts-exchange.com> In-Reply-To: <20120329051214.GA52018@dormouse.experts-exchange.com> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, chifeng@gmail.com, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/policyd2 Makefile distinfo ports/mail/policyd2/files pkg-message.in policyd2.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, 29 Mar 2012 06:09:00 -0000 On 3/28/2012 10:12 PM, Jason Helfman wrote: > On Wed, Mar 28, 2012 at 09:23:52PM -0700, Doug Barton thus spake: >> On 3/26/2012 3:00 PM, Jason Helfman wrote: >>> - update interpreter in rc script /usr/bin/perl -> >>> %%LOCALBASE%%/bin/perl >> >> Did you test that change? command_interpreter has to match whatever the >> script actually runs, so that rc.subr can find it in the ps output. >> > > I will merge this back. > Thanks for spotting this. I wasn't aware of this with rc. No problem. In some ways I wish it were more flexible, but I have no desire to make it so. Hopefully it's not too self-serving to say that you might want to look at net-mgmt/hawk to see how I fixed this problem, with an eye towards making sure that we support users who choose not to (or cannot) use the /usr/bin/perl compat symlink. Doug