From owner-freebsd-ports@FreeBSD.ORG Wed Jun 30 16:10:25 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 3DF7716A4CF for ; Wed, 30 Jun 2004 16:10:25 +0000 (GMT) Received: from gandalf.online.bg (gandalf.online.bg [217.75.128.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 0D66343D46 for ; Wed, 30 Jun 2004 16:10:23 +0000 (GMT) (envelope-from roam@ringlet.net) Received: (qmail 4066 invoked from network); 30 Jun 2004 16:06:57 -0000 Received: from unknown (HELO straylight.m.ringlet.net) (217.75.140.130) by gandalf.online.bg with SMTP; 30 Jun 2004 16:06:56 -0000 Received: (qmail 56654 invoked by uid 1000); 30 Jun 2004 16:10:00 -0000 Date: Wed, 30 Jun 2004 19:10:00 +0300 From: Peter Pentchev To: Norikatsu Shigemura Message-ID: <20040630161000.GB979@straylight.m.ringlet.net> Mail-Followup-To: Norikatsu Shigemura , ports@FreeBSD.org References: <20040620070446.21a599c7.nork@FreeBSD.org> <20040622183550.GI46866@hal9000.halplant.com> <20040624151543.5cadaf83.nork@FreeBSD.org> <20040625162008.GC51175@hal9000.halplant.com> <20040629205443.638a0b27.nork@FreeBSD.org> <200406301408.i5UE8NGf044132@sakura.ninth-nine.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aVD9QWMuhilNxW9f" Content-Disposition: inline In-Reply-To: <200406301408.i5UE8NGf044132@sakura.ninth-nine.com> User-Agent: Mutt/1.5.6i 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: Wed, 30 Jun 2004 16:10:25 -0000 --aVD9QWMuhilNxW9f Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 30, 2004 at 11:08:29PM +0900, Norikatsu Shigemura wrote: > Hi roam! >=20 > Please update daemontools with following patch:-). Ahh.. daemon(8) would indeed be a good idea :) However, I wonder about moving the 2>&1 to the end of the shell command. IMHO, part of its purpose (or part of the purpose of the original |& csh construct) is to make sure that anything svscan outputs on stderr is picked up by readproctitle on stdin. Moving the 2>&1 to the end of the line would make it apply to readproctitle, not svscan, and any error messages emitted from svscan would be lost, which kind of defeats the purpose of executing readproctitle at all :) G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 No language can express every thought unambiguously, least of all this one. --aVD9QWMuhilNxW9f Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA4uXY7Ri2jRYZRVMRAlpCAJ4ieLCrrtzV8Eue6e9wufwVolqDcACgvNZG H1wKTA56uAssP8LYyPfqSmY= =7f3z -----END PGP SIGNATURE----- --aVD9QWMuhilNxW9f--