From owner-cvs-ports@FreeBSD.ORG Thu Jul 12 20:45:17 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80D0D1065670 for ; Thu, 12 Jul 2012 20:45:17 +0000 (UTC) (envelope-from dougb@dougbarton.us) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with ESMTP id 1516F8FC22 for ; Thu, 12 Jul 2012 20:45:17 +0000 (UTC) Received: (qmail 500 invoked by uid 399); 12 Jul 2012 20:45:09 -0000 Received: from unknown (HELO ?172.17.194.139?) (dougb@dougbarton.us@12.207.105.210) by mail2.fluidhosting.com with ESMTPAM; 12 Jul 2012 20:45:09 -0000 X-Originating-IP: 12.207.105.210 X-Sender: dougb@dougbarton.us Message-ID: <4FFF3759.80806@dougbarton.us> Date: Thu, 12 Jul 2012 13:45:13 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Michael Scheidell References: <201207121951.q6CJphl4049055@repoman.freebsd.org> In-Reply-To: <201207121951.q6CJphl4049055@repoman.freebsd.org> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/snortsam/files snortsam.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, 12 Jul 2012 20:45:17 -0000 This is a bad change, and probably does not do what you're intending. The proper way to handle this would be to use REQUIRE: LOGIN. It's also worth noting that the reasons for using REQUIRE: LOGIN by default for ports scripts unless there is a good reason not to include grouping them together rather than scattering them throughout the boot process. It's not just a matter of unprivileged users. Please see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html for more information. Doug On 07/12/2012 12:51 PM, Michael Scheidell wrote: > scheidell 2012-07-12 19:51:43 UTC > > FreeBSD ports repository > > Modified files: > security/snortsam/files snortsam.sh.in > Log: > - remove rcscript REQUIRE: LOGIN > > PR: ports/169524 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=169524 > Approved by: maintainer (timeout, 14 days) > > Revision Changes Path > 1.6 +1 -2 ports/security/snortsam/files/snortsam.sh.in > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/snortsam/files/snortsam.sh.in.diff?&r1=1.5&r2=1.6&f=u >