From owner-freebsd-current@FreeBSD.ORG Sun Nov 3 20:05:04 2013 Return-Path: Delivered-To: freebsd-current@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 DE1F82E3 for ; Sun, 3 Nov 2013 20:05:04 +0000 (UTC) (envelope-from ozkan.kirik@gmail.com) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A5112FA1 for ; Sun, 3 Nov 2013 20:05:04 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id c11so1329925wgh.21 for ; Sun, 03 Nov 2013 12:05:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:cc:content-type; bh=KTSBdq9DPKxSK4auHalTvnF9XBx6N0jV2McshsiPuiw=; b=bo0elFscMj7lc0Hkl/jitG/VWv5aMBJ7jtwnit+heK3J2NF5GZi623llGyzj4EXLz2 RAQMjukdW+Hp4muvZ7LjHskzBaxtIaSAhPwvgWHpAKI7jBe1KLw656X2ozvO788aG/OL eg2irgg4769LEmhi5JeaN/Y6ve3fFdwfNLEU4ANG9yxtx8wDOFU1E9N9Ai8hEqu63O0d tgjGaA2vvKyNrsLSBcGhTISTNz62FQg1CK53zfHKd3zm97Fnku6bTU1g5DTs7mQJOe9s sZVFdX2L2X7EzWAkM7CIVykCddFkxEok4iHoUWrfeLHBEMWE+wgwJsZC0tYBmOjWEVn6 ujiA== MIME-Version: 1.0 X-Received: by 10.194.47.209 with SMTP id f17mt413007wjn.55.1383509102959; Sun, 03 Nov 2013 12:05:02 -0800 (PST) Received: by 10.216.179.133 with HTTP; Sun, 3 Nov 2013 12:05:02 -0800 (PST) Date: Sun, 3 Nov 2013 22:05:02 +0200 Message-ID: Subject: FreeBSD 10 Beta2 /etc/rc.d/named script and /etc/defaults/rc.conf From: =?ISO-8859-1?Q?=D6zkan_KIRIK?= X-Mailman-Approved-At: Sun, 03 Nov 2013 21:28:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Release Engineering Team , freebsd-current@freebsd.org, freebsd-stable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 20:05:04 -0000 Hi, Altough bind removed from FreeBSD 10 distribution, "/etc/rc.d/named" script still exists. and this script depends on "/etc/mtree/BIND.chroot.dist" file but there is no such file in source tree. I think this file was forgotten to be removed. And also, named_* definitions still exists in /etc/defaults/rc.conf file.