From owner-svn-src-all@FreeBSD.ORG Wed Apr 30 17:43:50 2014 Return-Path: Delivered-To: svn-src-all@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 ESMTPS id 4E54BD8E; Wed, 30 Apr 2014 17:43:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AA211E63; Wed, 30 Apr 2014 17:43:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3UHho3l054904; Wed, 30 Apr 2014 17:43:50 GMT (envelope-from peter@svn.freebsd.org) Received: (from peter@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3UHhoch054900; Wed, 30 Apr 2014 17:43:50 GMT (envelope-from peter@svn.freebsd.org) Message-Id: <201404301743.s3UHhoch054900@svn.freebsd.org> From: Peter Wemm Date: Wed, 30 Apr 2014 17:43:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265151 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 30 Apr 2014 17:43:50 -0000 Author: peter Date: Wed Apr 30 17:43:49 2014 New Revision: 265151 URL: http://svnweb.freebsd.org/changeset/base/265151 Log: Nuke svn:ignore on the conf directory - This makes sense for the compile directory, but not so much for here as it's including ignores for things like GENERIC etc. Submitted by: markm Modified: Directory Properties: head/sys/amd64/conf/ (props changed) head/sys/arm/conf/ (props changed) head/sys/i386/conf/ (props changed) head/sys/ia64/conf/ (props changed) head/sys/mips/conf/ (props changed) head/sys/pc98/conf/ (props changed) head/sys/powerpc/conf/ (props changed) head/sys/sparc64/conf/ (props changed)