From owner-svn-src-all@FreeBSD.ORG Sat Jun 22 22:39:45 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 20E2A26D; Sat, 22 Jun 2013 22:39:45 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pb0-x235.google.com (mail-pb0-x235.google.com [IPv6:2607:f8b0:400e:c01::235]) by mx1.freebsd.org (Postfix) with ESMTP id E0D3911E9; Sat, 22 Jun 2013 22:39:44 +0000 (UTC) Received: by mail-pb0-f53.google.com with SMTP id xb12so9364520pbc.12 for ; Sat, 22 Jun 2013 15:39:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=CD6DtAPnUrVwBRMq+gMI2xBQSIZDA9/PPr4cqvhlUvM=; b=LMVuG3O8J6QVFJSHEeLLsfZ28OAnMDLRKJHcL4jPphrCikX5RQLlBWMskvDHmTQHbo VB4CqU4vlNDO+3ayaroP9N6s7lGqxsx2foNpBDJrdy50yBt8EzzOEdRUTmmfxFokRSYu kIw8T/yVTyP2cy/zI/EVTMtLQvV3upEgNNNWILwliYGdTBRinfR7eGvaCt69XoHdwU0I i8Np+9aNnJktKkRUKCURQC02sCa0fMNfJPfYr6+XgGwaLJ3nWcuKyr4by+IwDQY2SLZs byu+DvrU2n2V+KrtQpoYQRcsW93uCUmb3/2Te4nPdePLbYtQ5XprYMYcwpeJZgbCWC27 Kcsw== X-Received: by 10.66.163.5 with SMTP id ye5mr21666606pab.60.1371940784697; Sat, 22 Jun 2013 15:39:44 -0700 (PDT) Received: from [192.168.20.5] (c-98-203-241-95.hsd1.wa.comcast.net. [98.203.241.95]) by mx.google.com with ESMTPSA id ri8sm10881872pbc.3.2013.06.22.15.39.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Jun 2013 15:39:44 -0700 (PDT) Subject: Re: svn commit: r252101 - head/release Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: <201306222212.r5MMCO8t091190@svn.freebsd.org> Date: Sat, 22 Jun 2013 15:39:41 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <1397DF51-1DCC-47BC-931A-5D26C94A0811@gmail.com> References: <201306222212.r5MMCO8t091190@svn.freebsd.org> To: Glen Barber X-Mailer: Apple Mail (2.1283) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 22 Jun 2013 22:39:45 -0000 On Jun 22, 2013, at 3:12 PM, Glen Barber wrote: > Author: gjb > Date: Sat Jun 22 22:12:24 2013 > New Revision: 252101 > URL: http://svnweb.freebsd.org/changeset/base/252101 >=20 > Log: > If MAKE_CONF and/or SRC_CONF are set and not character devices, > copy to chroot to use with release build. >=20 > Submitted by: Garrett Cooper (original version) > Approved by: kib (mentor) > MFC after: 1 week >=20 > Modified: > head/release/release.sh Technically copying /dev/null to a file creates a 0 byte file. = That's why I used cp in the patch I submitted over email. Thanks! -Garrett=