From owner-freebsd-ports@FreeBSD.ORG Thu Jun 24 06:16:10 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 138C416A4CE for ; Thu, 24 Jun 2004 06:16:10 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E46C43D2D for ; Thu, 24 Jun 2004 06:16:09 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i5O6Fhai022876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 Jun 2004 15:15:45 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 24 Jun 2004 15:15:43 +0900 From: Norikatsu Shigemura To: Andrew J Caines Message-Id: <20040624151543.5cadaf83.nork@FreeBSD.org> In-Reply-To: <20040622183550.GI46866@hal9000.halplant.com> References: <20040620070446.21a599c7.nork@FreeBSD.org> <20040622183550.GI46866@hal9000.halplant.com> X-Mailer: Sylpheed version 0.9.11-gtk2-20040613 (GTK+ 2.4.3; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.4 (sakura.ninth-nine.com [IPv6:2002:db7f:4a79::1]); Thu, 24 Jun 2004 15:15:45 +0900 (JS cc: ports@FreeBSD.org Subject: Re: rcNG-fy sysutils/daemontools X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 06:16:10 -0000 On Tue, 22 Jun 2004 14:35:50 -0400 Andrew J Caines wrote: > Norikatsu, > If daemontools is getting a patch, I wonder if my pet peeve could get > fixed, too: > ----8<---- > PATH=$PREFIX/sbin:$PREFIX/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH /bin/csh -cf "$SVSCAN $SVDIR |& $READPROCTITLE service errors: ................................................................................................................................................................................................................................................................................................................................................................................................................ &" > /dev/null > ----8<---- > Even ignoring the overall ugliness of this line, the arbitrary and > unnecessary /bin/csh dependency prevents the use of NO_TCSH=true to make > systems good and pure and free from harm. Hum... I read some daemontools's documents. According to these, I considerd that csh was reqired. Don't you think it?