From owner-svn-src-stable-11@freebsd.org Sat Apr 1 08:47:15 2017 Return-Path: Delivered-To: svn-src-stable-11@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 EBA79D278C0; Sat, 1 Apr 2017 08:47:15 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF4C2F9F; Sat, 1 Apr 2017 08:47:15 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id AA44E45CCB; Sat, 1 Apr 2017 10:41:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1491036089; bh=l3DdYJ0uwnMjRGYMfdPuU3P3cU4XYYuM7 VRu/ytDr6k=; b=DVVeMJdGSnphAhH/1aidtGa9QdntYsj/uWuTa8PKVjwDPvdMm ySdxV0/jK+SSBuiH8yj0nWy44/bJMvejUJw1+9vhBx3TR0rZ9WDwgaBsMhBt54t5 8WkJLcKpmaUInt8jDwqks+jtAtaBjfbzYryCumixGCRhRVA3SRkWgB6A0LZhES/J zS8HucfJ3j9+eRDD9BrQ28JmBfhWoUTUMCwPdnqka1fK3oIxqt58jAgI3FKi/xtd 476t9IGeB4KEA1SMbgL3edpryGmrLsVW9mHPRf2ei/P57Q+YV47RU5tb2FNblXqm iWiNJH/Da/kXEF+GGfk1O6NM4K+6wyR0UKXeQ== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id BcaGj0UA3f9J; Sat, 1 Apr 2017 10:41:29 +0200 (CEST) Date: Sat, 01 Apr 2017 10:41:28 +0200 Message-ID: <86shls8qpz.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r315994 - in stable/11: . etc/mtree In-Reply-To: <201703261804.v2QI46wN005065@repo.freebsd.org> References: <201703261804.v2QI46wN005065@repo.freebsd.org> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 08:47:16 -0000 Baptiste Daroussin skrev: > > Author: bapt > Date: Sun Mar 26 18:04:05 2017 > New Revision: 315994 > URL: https://svnweb.freebsd.org/changeset/base/315994 > > Log: > MFC r314902: > > texinfo is gone in r276551 remove the related directories > > Reported by: jbeich > > Modified: > stable/11/ObsoleteFiles.inc > stable/11/etc/mtree/BSD.usr.dist > Directory Properties: > stable/11/ (props changed) >>> Removing old directories rmdir: /usr/share/info: Directory not empty Should the following files also be added to ObsoleteFiles.inc? % ls -l /usr/share/info total 97 -r--r--r-- 1 root wheel 90331 Mar 25 2016 as.info.gz -rw-r--r-- 1 root wheel 4004 Mar 25 2016 dir -- Herbert