From owner-svn-src-all@FreeBSD.ORG Wed Jul 16 02:23:41 2014 Return-Path: Delivered-To: svn-src-all@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 CF6487BC; Wed, 16 Jul 2014 02:23:41 +0000 (UTC) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (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 6628F2F79; Wed, 16 Jul 2014 02:23:41 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id uy5so278050obc.25 for ; Tue, 15 Jul 2014 19:23:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fl8xjJkZIN1ZYUtEc4qn/KfSXYvtjKuG9bWK51nEbu8=; b=BGRVzCTkzyR9CARWjHwxRUDUrZUAXQKGVkiG/ZJT6jk4vWhKUbx1198d95ARatlJvO VVumRMi8T7rPW5lQ5WkiELA9/9IrxFa30bT49L3og6HZkrulwd1xRclAJvqx/0zdHm/n JFyPVLu28PCiJgF3q3D19ISfU0BV8HT3a01gGmdC/BQUSnDQVRSVzwyQ1WsZPnIvfJJs dg4v72t2Mj0+I5H74ICF6jq/tmD/Z8b/3+oD9U0fxEFaeIQeTOuMXJupgta/T/wqm6DD nVUH3G2uYv/mmvrp+4jfeGwLR8XfjvSNBIRgvof4XuEx49EnOtnXyjqJ3vWpa6NIEuUE mhWw== MIME-Version: 1.0 X-Received: by 10.60.134.76 with SMTP id pi12mr20446073oeb.0.1405477420633; Tue, 15 Jul 2014 19:23:40 -0700 (PDT) Received: by 10.182.142.34 with HTTP; Tue, 15 Jul 2014 19:23:40 -0700 (PDT) In-Reply-To: <011a01cfa09b$928b4710$b7a1d530$@FreeBSD.org> References: <201407150218.s6F2Itj8044531@svn.freebsd.org> <53C56BE9.9050304@FreeBSD.org> <20140715191553.GA31990@dft-labs.eu> <011a01cfa09b$928b4710$b7a1d530$@FreeBSD.org> Date: Tue, 15 Jul 2014 22:23:40 -0400 Message-ID: Subject: Re: svn commit: r268641 - head/usr.sbin/service From: Benjamin Kaduk To: dteske@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Bryan Drewery X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 02:23:41 -0000 On Tue, Jul 15, 2014 at 10:13 PM, wrote: > > Blatting out the environment feels rude and non-UNIXy. > UNIX programs can, and should expect at a minimum to > be able to interrogate the environment they are running > within -- destroying all vestiges of that environment purely > for the sake of saying "it's clean" seems counter to the > UNIX pathos. > > I'm not sure I can square this sense of "non-UNIXy" with the long-standing documented behavior of cron to only set SHELL, PATH, LOGNAME, and HOME. Surely cron is Unixy... -Ben