From owner-svn-src-head@freebsd.org Thu Oct 15 23:53:37 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADB71A15F61; Thu, 15 Oct 2015 23:53:37 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 92B0BA18; Thu, 15 Oct 2015 23:53:37 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id t9FNrRuQ040461; Thu, 15 Oct 2015 16:53:31 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201510152353.t9FNrRuQ040461@gw.catspoiler.org> Date: Thu, 15 Oct 2015 16:53:27 -0700 (PDT) From: Don Lewis Subject: Re: svn commit: r289391 - head/share/mk To: bdrewery@FreeBSD.org cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org In-Reply-To: <5620396A.1050209@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 15 Oct 2015 23:53:37 -0000 On 15 Oct, Bryan Drewery wrote: > On 10/15/2015 3:49 PM, Bryan Drewery wrote: >> Author: bdrewery >> Date: Thu Oct 15 22:49:56 2015 >> New Revision: 289391 >> URL: https://svnweb.freebsd.org/changeset/base/289391 >> >> Log: >> Make installing to a non-existent directory an error. > > > Sigh - I forgot to test installworld on this. Stupid. > > We have a winner too: > > ===> share/doc/legal/intel_iwn (install) > install -o root -g wheel -m 444 > /root/svn/base/share/doc/legal/intel_iwn/../../../../sys/contrib/dev/iwn/LICENSE > /tmp/blah/usr/share/doc/legal/intel_iwn/ > install: /tmp/blah/usr/share/doc/legal/intel_iwn/: No such file or directory > *** Error code 71 Should the fix include entries in ObsoleteFiles.inc and UPDATING?