From owner-svn-src-head@FreeBSD.ORG Tue Nov 5 19:49:06 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 D559F381; Tue, 5 Nov 2013 19:49:06 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5CB621D8; Tue, 5 Nov 2013 19:49:06 +0000 (UTC) Received: from julian-mbp3.pixel8networks.com (50-196-156-133-static.hfc.comcastbusiness.net [50.196.156.133]) (authenticated bits=0) by vps1.elischer.org (8.14.7/8.14.7) with ESMTP id rA5Jn4Qg050309 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 5 Nov 2013 11:49:05 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <52794BAB.6010202@freebsd.org> Date: Tue, 05 Nov 2013 11:48:59 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Gleb Smirnoff , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r257694 - in head/etc: . defaults namedb periodic/daily rc.d References: <201311050930.rA59U7de097681@svn.freebsd.org> In-Reply-To: <201311050930.rA59U7de097681@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 05 Nov 2013 19:49:06 -0000 On 11/5/13, 1:30 AM, Gleb Smirnoff wrote: > Author: glebius > Date: Tue Nov 5 09:30:06 2013 > New Revision: 257694 > URL: http://svnweb.freebsd.org/changeset/base/257694 > > Log: > Remove remnants of BIND from /etc, since there is no BIND in base now. > > Sorry, that would break users running head and BIND from ports, since > ports rely on these scripts. The ports will be fixed soon. as long as you don't remove these from existing systems on upgrade... THAT would be bad.. > > Reviewed by: erwin > > Deleted: > head/etc/namedb/ > head/etc/periodic/daily/470.status-named > head/etc/rc.d/named > Modified: > head/etc/defaults/periodic.conf > head/etc/defaults/rc.conf > head/etc/freebsd-update.conf > head/etc/rc.d/Makefile > head/etc/rc.d/ntpdate > head/etc/rc.d/rpcbind > head/etc/rc.d/syslogd >