From owner-svn-src-head@FreeBSD.ORG Wed Jul 16 05:19:30 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90A28EBC; Wed, 16 Jul 2014 05:19:30 +0000 (UTC) Received: from mail-qa0-x233.google.com (mail-qa0-x233.google.com [IPv6:2607:f8b0:400d:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01FA92CC7; Wed, 16 Jul 2014 05:19:29 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id k15so299780qaq.24 for ; Tue, 15 Jul 2014 22:19:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=EZyoFPhLJsOKxadshD3QfjG5X3rmCT7dSl++YVFJ3uQ=; b=CwHthFjhUqhSW1yzW51/7prAIzkokZhlMBnE0hgtoJz9KWk7BvWInEspEvxGW2uKwS rHedJvBa0TtbhW2AicFSpzhr5H+BU77BTIsV3p5nY1m5HIllyNyC8gJbKZCpl9eTUuHm utZl4CrjrY3uz/x1A3uoDHkvWefT9FN8mRJ9Le980jsQN/KqmO8wc7FEgz+8ePMAGdQJ i+JT0wC3mUyIdPaoxBRy+wCeJH2RyJLlBDlflwOWOzC0vm9FDL2LUX0c1MrQxqKhBsuc gJltQUrWp9gO04a4nD/NEFhcicSMXqE4yWtrrmH2EqR5hRJcmfMVlFQUir3ke3LALv5m +6mQ== MIME-Version: 1.0 X-Received: by 10.229.82.74 with SMTP id a10mr42487809qcl.21.1405487968932; Tue, 15 Jul 2014 22:19:28 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Tue, 15 Jul 2014 22:19:28 -0700 (PDT) In-Reply-To: <20140716050817.GA6122@lonesome.com> References: <201407150218.s6F2Itj8044531@svn.freebsd.org> <53C56BE9.9050304@FreeBSD.org> <20140715191553.GA31990@dft-labs.eu> <011a01cfa09b$928b4710$b7a1d530$@FreeBSD.org> <20140716050817.GA6122@lonesome.com> Date: Tue, 15 Jul 2014 22:19:28 -0700 X-Google-Sender-Auth: yoDUyL1SUw6H_dQfq-PnLcF79yg Message-ID: Subject: Re: svn commit: r268641 - head/usr.sbin/service From: Adrian Chadd To: Mark Linimon Content-Type: text/plain; charset=UTF-8 Cc: Mateusz Guzik , "svn-src-all@freebsd.org" , Bryan Drewery , "src-committers@freebsd.org" , "svn-src-head@freebsd.org" , Devin Teske X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 05:19:30 -0000 On 15 July 2014 22:08, Mark Linimon wrote: > On Tue, Jul 15, 2014 at 07:13:44PM -0700, dteske@FreeBSD.org wrote: >> destroying all vestiges of that environment purely for the sake of >> saying "it's clean" seems counter to the UNIX pathos. > > I think you mean "ethos" here, but frankly I like it better this way. I'm a bit confused by this thread. screen and tmux are interactive processes. They're not designed to be run as UNIX services. Why is this even happening? -a