From owner-svn-src-head@FreeBSD.ORG Mon Sep 24 03:13:51 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 05CA9106566C; Mon, 24 Sep 2012 03:13:51 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from opti.dougb.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 208A614E803; Mon, 24 Sep 2012 03:13:50 +0000 (UTC) Message-ID: <505FCFED.2000101@FreeBSD.org> Date: Sun, 23 Sep 2012 20:13:49 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Devin Teske References: <201209222216.q8MMG7w2053948@svn.freebsd.org> In-Reply-To: <201209222216.q8MMG7w2053948@svn.freebsd.org> X-Enigmail-Version: 1.4.4 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r240843 - head/usr.sbin/bsdconfig/timezone/share X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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, 24 Sep 2012 03:13:51 -0000 On 09/22/2012 15:16, Devin Teske wrote: > - if : 2> /dev/null > "$_PATH_DB"; then > + if true 2> /dev/null > "$_PATH_DB"; then > cat <<-EOF > "$_PATH_DB" > $zoneinfo > EOF Is there a reason you're not using mktemp here? -- I am only one, but I am one. I cannot do everything, but I can do something. And I will not let what I cannot do interfere with what I can do. -- Edward Everett Hale, (1822 - 1909)