From owner-cvs-ports@FreeBSD.ORG Wed Jun 27 04:37:15 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 1E6B2106566B for ; Wed, 27 Jun 2012 04:37:15 +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 68BA78FC0A for ; Wed, 27 Jun 2012 04:37:14 +0000 (UTC) Received: (qmail 29750 invoked by uid 399); 27 Jun 2012 04:30:26 -0000 Received: from unknown (HELO ?172.17.194.139?) (dougb@dougbarton.us@12.207.105.210) by mail2.fluidhosting.com with ESMTPAM; 27 Jun 2012 04:30:26 -0000 X-Originating-IP: 12.207.105.210 X-Sender: dougb@dougbarton.us Message-ID: <4FEA8C64.30904@dougbarton.us> Date: Tue, 26 Jun 2012 21:30:28 -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: Xin LI References: <201206270022.q5R0Mt8X097020@repoman.freebsd.org> In-Reply-To: <201206270022.q5R0Mt8X097020@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/sshguard Makefile ports/security/sshguard/files pkg-message.in sshguard.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: Wed, 27 Jun 2012 04:37:15 -0000 Overall this rc.d script looks Ok. It needs KEYWORD: shutdown. hth, Doug On 06/26/2012 05:22 PM, Xin LI wrote: > delphij 2012-06-27 00:22:55 UTC > > FreeBSD ports repository > > Modified files: > security/sshguard Makefile > security/sshguard/files pkg-message.in > Added files: > security/sshguard/files sshguard.in > Log: > Add a rc.d script to daemonize sshguard. > > Submitted by: delphij > PR: ports/166471 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=166471 > Approved by: maintainer timeout (~3 months) > > Revision Changes Path > 1.16 +2 -1 ports/security/sshguard/Makefile > 1.2 +3 -0 ports/security/sshguard/files/pkg-message.in > 1.1 +92 -0 ports/security/sshguard/files/sshguard.in (new) > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/sshguard/Makefile.diff?&r1=1.15&r2=1.16&f=u > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/sshguard/files/pkg-message.in.diff?&r1=1.1&r2=1.2&f=u > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/sshguard/files/sshguard.in >