From owner-freebsd-ports@FreeBSD.ORG Fri Jun 25 11:47:24 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 47C0C16A4CE for ; Fri, 25 Jun 2004 11:47:24 +0000 (GMT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3DF443D41 for ; Fri, 25 Jun 2004 11:47:23 +0000 (GMT) (envelope-from thomas@laurel.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-81-173-178-78.netcologne.de [81.173.178.78]) by smtp1.netcologne.de (Postfix) with SMTP id D9F3839787 for ; Fri, 25 Jun 2004 13:46:52 +0200 (MEST) Received: (qmail 940 invoked by uid 1001); 25 Jun 2004 11:47:05 -0000 Date: 25 Jun 2004 11:47:05 -0000 Message-ID: <20040625114705.939.qmail@laurel.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: Roman Neuhauser Organization: a private site in Germany In-Reply-To: <20040624215656.GC2918@isis.wad.cz> X-Newsgroups: gmane.os.freebsd.devel.ports X-Attribution: tms cc: freebsd-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: Fri, 25 Jun 2004 11:47:24 -0000 * Roman Neuhauser [gmane.os.freebsd.devel.ports]: > # nork@FreeBSD.org / 2004-06-24 15:15:43 +0900: >> Hum... I read some daemontools's documents. According to >> these, I considerd that csh was reqired. Don't you think it? > > Do you have a URL? If you look at $PREFIX/bin/svscanboot, you'll see that it uses /bin/sh and 2>&1-style stderr redirection, see also . I am pretty sure that the documentation for older versions of daemontools that came without svscanboot used /bin/csh explicitly and |&-style redirection. Whether readproctitle(8) is useful at all on FreeBSD is another question. I vaguely remember having read a discussion that it does not work reliably resp. at all on FreeBSD.