From owner-cvs-all@FreeBSD.ORG Thu Sep 6 19:01:07 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E714516A46D for ; Thu, 6 Sep 2007 19:01:07 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with SMTP id 6894613C483 for ; Thu, 6 Sep 2007 19:01:07 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 5774 invoked by uid 399); 6 Sep 2007 19:01:02 -0000 Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 6 Sep 2007 19:01:02 -0000 X-Originating-IP: 127.0.0.1 Date: Thu, 6 Sep 2007 12:00:56 -0700 (PDT) From: Doug Barton To: Jan Srzednicki In-Reply-To: <20070906072250.GD20271@oak.pl> Message-ID: References: <200708301502.l7UF2lmC049603@repoman.freebsd.org> <46D82E0A.7040900@FreeBSD.org> <20070906072250.GD20271@oak.pl> X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Sergey Matveychuk Subject: Re: cvs commit: ports/security/drweb Makefile pkg-plist ports/security/drweb/files drwebd.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2007 19:01:08 -0000 On Thu, 6 Sep 2007, Jan Srzednicki wrote: > On Fri, Aug 31, 2007 at 10:13:24AM -0700, Doug Barton wrote: >> On Fri, 31 Aug 2007, Sergey Matveychuk wrote: >> >>> Doug Barton ?????: >>> >>>> The script looks good, just one nit: the filename should not have the .sh >>>> extension. It should be "drwebd.in" only. >>>> Thanks, >>>> Doug >>> >>> I does not metter at all I think. ".sh" will removed when file will be >>> installed. >> >> Starting in 6.2 it will always be stripped, that's why the name shouldn't >> have the .sh at all. Please make the change. > > Here it comes then, does this solve the thing? > > Added file(s): > - files/drwebd.in > > Removed file(s): > - files/drwebd.sh.in Yes, thanks. Doug