From owner-svn-src-head@FreeBSD.ORG Thu Oct 24 14:40:03 2013 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B823E856 for ; Thu, 24 Oct 2013 14:40:03 +0000 (UTC) (envelope-from Hilko.Meyer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49FE722D0 for ; Thu, 24 Oct 2013 14:40:03 +0000 (UTC) Received: from schrein.Speedport_W_700V ([93.200.253.129]) by mail.gmx.com (mrgmx003) with ESMTPA (Nemesis) id 0MhAVV-1VLvnd481J-00MO4B for ; Thu, 24 Oct 2013 16:40:01 +0200 From: Hilko Meyer To: Andrey Zonov Subject: Re: svn commit: r256710 - head/tools/build/mk Date: Thu, 24 Oct 2013 16:39:59 +0200 Message-ID: <7pbi69h9bdfg71q981dod40ldap329n73s@mail.gmx.net> References: <201310172200.r9HM0ZFM072006__34950.8864027031$1382047250$gmane$org@svn.freebsd.org> <97l269dokal3obs07tc792auspk1e0j0nj@4ax.com> <526824E2.6000309@FreeBSD.org> In-Reply-To: <526824E2.6000309@FreeBSD.org> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K0:LiHoM+AewkTGY3qLDdmx5IxuGIi1oJy9WVvqzUmAtzFcf4Pu3OG BwFSV6QY1+qBpE1J9owSU1yHx/Nhbau8bx9Kdf273aPkJC7LeGj+hKV1NJS6Q+0RGXNXLLh JJ9QHofB6XrhCRe/oj1IOTxlOweSBUgUJSwDECQv8OcGYbkSLtzqR3aGF5Ps3BYi5puUUq/ suo/0hIc3HhduBfdioGlQ== Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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, 24 Oct 2013 14:40:03 -0000 Andrey Zonov schrieb: >On 10/18/13 8:38 AM, Hilko Meyer wrote: >> On Thu, 17 Oct 2013 22:00:35 +0000 (UTC) you wrote: >>> Author: zont >>> Date: Thu Oct 17 22:00:35 2013 >>> New Revision: 256710 >>> URL: http://svnweb.freebsd.org/changeset/base/256710 >>> >>> Modified: >>> head/tools/build/mk/OptionalObsoleteFiles.inc >>=20 >> This fixed two files I reported in conf/167133.2. Maybe you can look = for the >> other four and close the PR. > >pccard.conf - is already in ObsoleteFiles.inc. >pf.conf - we cannot just put it in ObsoleteFiles.inc because people may >have working configuration in this place. Maybe put it under .if ${MK_PF} =3D=3D no like usr/share/examples/pf/pf.conf? >usr/share/examples/netgraph/bluetooth - it was missed to remove when >example file inside was removed in 2007. >usr/share/examples/iscsi - never used since was added in 2007. > >I'll commit attached patch if no objections will be met. Ok