From owner-freebsd-stable@FreeBSD.ORG Sun Nov 3 20:05:04 2013 Return-Path: Delivered-To: freebsd-stable@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 DC8632E2 for ; Sun, 3 Nov 2013 20:05:04 +0000 (UTC) (envelope-from ozkan.kirik@gmail.com) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 799462FA0 for ; Sun, 3 Nov 2013 20:05:04 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id c11so1331956wgh.2 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=EKSYcuvtN18j7ym0elL5FqeWWATiX3vUoux95A8mDlg=; b=vy8vsjwsMe5Cu3NyLYtC59PUEAvHZOUfMF6vhiBueck9b64fisvvV/dm9IGKuHFnrE aumj5oOc0myEALt3tSCRvIP7JkzQjQMvux7lofZo5KusC16OmUv1TpL+l0leCcUKMFIP wQrM2WI9rFg9mkL/PHAoz3tVbbd1/Xv4/fA/DIUEqyK8S2bt0h1Dg5FPj4J6hUUfmkIG oQDSFdPTV4pGT22HO+X2qdXp6crfZMH+AF8AMlg9D+JxFUrXzyJhrAVH9fWO4tEvcmGo SaIIwR1FvqYTqeCZfk7wCGPvLSJB1Jlmj0qei6Z9cublL0MbilBSU2eBVt+ad1PXDWRS 1HhQ== MIME-Version: 1.0 X-Received: by 10.194.47.209 with SMTP id f17mt413006wjn.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?= 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-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code 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.