From owner-cvs-all@FreeBSD.ORG Fri Aug 20 08:55:17 2010 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 A4D491065672; Fri, 20 Aug 2010 08:55:17 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 057618FC12; Fri, 20 Aug 2010 08:55:16 +0000 (UTC) Received: by iwn36 with SMTP id 36so3149510iwn.13 for ; Fri, 20 Aug 2010 01:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=N061HTDT1DHRTczS+9sR9GrMgXXGPiwXY2fr3+P5LVU=; b=VZaXEhxAkRSpTvJ+FSDI5iXmzQLOHU/35QnkwsSCgoMA2lYFcF6s6QktEioSRM+jt4 mD2hkJTseuMEdaDZXI4TcrN6dx8tFQlFj8/Me9jG+3PKFQtjUud8/4gPDGNBstUJYQ2t WGcbaOsia/2iFZ4I+wndfQZDDLpve/HPdLbac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=HsPLclyopyYotgEKrDPy/H2epqQihzY7t3frDRG4527vuCQHPVCcyoqU+c//tfJvqc DEh+phhiTv05lltIgyLZUu3vqQrJPXiXU5j+1wQojoOb+U/Ofq57V5b1vJ0OP36LVv1/ WJuoL74Lv7xy7aMNlghkguHZ+bJVLLkOO1Tv8= MIME-Version: 1.0 Received: by 10.231.19.6 with SMTP id y6mr1189410iba.16.1282294516460; Fri, 20 Aug 2010 01:55:16 -0700 (PDT) Sender: baptiste.daroussin@gmail.com Received: by 10.231.199.14 with HTTP; Fri, 20 Aug 2010 01:55:16 -0700 (PDT) In-Reply-To: <4C6D8DBF.8070308@FreeBSD.org> References: <201008171940.o7HJebDf077588@repoman.freebsd.org> <4C6D8DBF.8070308@FreeBSD.org> Date: Fri, 20 Aug 2010 08:55:16 +0000 X-Google-Sender-Auth: bjNvHX9f4VDJC3RUDr_Y6mB2cos Message-ID: From: Baptiste Daroussin To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: cvs-ports@freebsd.org, Thomas Abthorpe , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/fcgiwrap Makefile ports/www/fcgiwrap/files fcgiwrap.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2010 08:55:17 -0000 2010/8/19 Doug Barton : > This is a very nice looking script, well done! The only problem is that > _flags should not be added to command_args, it will cause them to be added > twice since rc.subr already takes care of this. > > > Doug thanks. Concerning the _flags I'll make the change. by the way, the method I use to cleanup trailing unix sockets do you think that it is clean? or I should find a better way? Bapt