From owner-freebsd-current@FreeBSD.ORG Sat Oct 2 08:33:44 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2610916A4DF for ; Sat, 2 Oct 2004 08:33:44 +0000 (GMT) Received: from smtp2.jazztel.es (smtp2.jazztel.es [62.14.3.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A64D43D1D for ; Sat, 2 Oct 2004 08:33:43 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp2.jazztel.es with antivirus id 1CDfKj-0003IM-00 for current@freebsd.org Sat, 02 Oct 2004 10:33:37 +0200 Received: from [212.106.236.104] (helo=rguez.homeunix.net) by smtp2.jazztel.es with esmtp id 1CDfKi-0003Fj-00 for current@freebsd.org Sat, 02 Oct 2004 10:33:36 +0200 Received: from orion.redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id i928XcYP001356 for ; Sat, 2 Oct 2004 10:33:39 +0200 (CEST) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez To: current@freebsd.org Date: Sat, 2 Oct 2004 10:33:37 +0200 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410021033.37844.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.12; VDF 6.27.0.81 (host: antares.redesjm.local) X-Virus-Scanned: by antivirus Subject: problems with latest bind9 setup changes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 02 Oct 2004 08:33:44 -0000 Hi, I'm running named in a sandwitch config form: named_flags="-u bind -c /var/named/named.conf After my last update, I've got my /var/named/ dir polluted by a chroot setup. I think this is not the way. /etc/rc.d/named must do this from chroot_autoupdate() only when required to do so. If /var/named must became a system directory, I can move my config to /var/namebd or so. But I like to read HEADS UP about those things. Thanks in advance, -- josemi