From owner-svn-src-all@FreeBSD.ORG Mon Apr 1 16:30:16 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 EA4A52D0; Mon, 1 Apr 2013 16:30:16 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id C8DA6163; Mon, 1 Apr 2013 16:30:16 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 2A6F1B94A; Mon, 1 Apr 2013 12:30:16 -0400 (EDT) From: John Baldwin To: Antoine Brodin Subject: Re: svn commit: r248682 - head Date: Mon, 1 Apr 2013 12:14:18 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201303241239.r2OCdQLY067503@svn.freebsd.org> In-Reply-To: <201303241239.r2OCdQLY067503@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201304011214.18835.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 01 Apr 2013 12:30:16 -0400 (EDT) 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: Mon, 01 Apr 2013 16:30:17 -0000 On Sunday, March 24, 2013 8:39:26 am Antoine Brodin wrote: > Author: antoine > Date: Sun Mar 24 12:39:26 2013 > New Revision: 248682 > URL: http://svnweb.freebsd.org/changeset/base/248682 > > Log: > Add 2 more obsolete files and a missing date. > > Modified: > head/ObsoleteFiles.inc > > Modified: head/ObsoleteFiles.inc > ============================================================================== > --- head/ObsoleteFiles.inc Sun Mar 24 12:35:12 2013 (r248681) > +++ head/ObsoleteFiles.inc Sun Mar 24 12:39:26 2013 (r248682) > @@ -38,7 +38,11 @@ > # xargs -n1 | sort | uniq -d; > # done > > +# 20130316: vinum.4 removed > OLD_FILES+=usr/share/man/man4/vinum.4.gz > +# 20130312: fortunes-o removed > +OLD_FILES+=usr/share/games/fortune/fortunes-o > +OLD_FILES+=usr/share/games/fortune/fortunes-o.dat This was intentional so that people may choose to keep fortunes-o locally. In that case it would still be installed in this location (as fortune only looks in this directory). -- John Baldwin