From owner-freebsd-questions@FreeBSD.ORG Sun Nov 14 01:49:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCFCF16A4CE for ; Sun, 14 Nov 2004 01:49:15 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6324143D54 for ; Sun, 14 Nov 2004 01:49:15 +0000 (GMT) (envelope-from robg.list@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so530040rnf for ; Sat, 13 Nov 2004 17:49:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Tapq9o/xwBI313BNtcx5AtrkgCP34FpgyamSwfaTvsJzVyyv9lA/jGSI4L8IymoUs5yamlpRr67v71PoUeeo0ItPQ4FdF/bZnFp0n4racuS2TgPHzsi5iA/BIu376t3q0Kgwo7k8+JabnPgRWxdr8giV0I1DSDmi/IgtgUfllAw= Received: by 10.38.89.50 with SMTP id m50mr142413rnb; Sat, 13 Nov 2004 17:49:14 -0800 (PST) Received: by 10.38.83.18 with HTTP; Sat, 13 Nov 2004 17:49:14 -0800 (PST) Message-ID: <5c389d3b041113174929ebed62@mail.gmail.com> Date: Sat, 13 Nov 2004 20:49:14 -0500 From: robg To: f-questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: FreeBSD 5.3 & BIND 9 newbie question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: robg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 01:49:15 -0000 I'm trying to setup BIND and the Release Notes say: "When the named_chroot_autoupdate variable is set to YES (the default), the chroot directory is automatically configured at the boot time. A symbolic link which points to /var/named/etc/namedb is created as /etc/namedb, and a symbolic link which points to /var/named/var/run/named/pid is created as /var/run/named/pid. The latter can be disabled by using the named_symlink_enable variable in rc.conf." Does this mean I need to put: named_chroot_autoupdate="YES" in `/etc/rc.conf`? I'm confused on this part... -- robg robg.list@gmail.com