From owner-svn-src-head@FreeBSD.ORG Mon Oct 13 15:16:19 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81C0E95F; Mon, 13 Oct 2014 15:16:19 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B54285; Mon, 13 Oct 2014 15:16:19 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 31070B923; Mon, 13 Oct 2014 11:16:18 -0400 (EDT) From: John Baldwin To: Hiroki Sato Subject: Re: svn commit: r272974 - in head: etc share/man/man8 Date: Mon, 13 Oct 2014 11:03:07 -0400 Message-ID: <19185059.XYhcd3Nsjh@ralph.baldwin.cx> User-Agent: KMail/4.12.5 (FreeBSD/10.1-BETA2; KDE/4.12.5; amd64; ; ) In-Reply-To: <201410112349.s9BNnSXc065105@svn.freebsd.org> References: <201410112349.s9BNnSXc065105@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 13 Oct 2014 11:16:18 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 13 Oct 2014 15:16:19 -0000 On Saturday, October 11, 2014 11:49:28 PM Hiroki Sato wrote: > Author: hrs > Date: Sat Oct 11 23:49:27 2014 > New Revision: 272974 > URL: https://svnweb.freebsd.org/changeset/base/272974 > > Log: > Add ${name}_env and ${name}_prepend. ${name}_env is an argument list > which will be passed to env(1). ${name}_prepend is simply prepended to the > command line for $command. Nice! I've needed _env before and resorted to hacks instead. -- John Baldwin