From owner-cvs-all@FreeBSD.ORG Thu Sep 23 12:44:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F57616A4D2; Thu, 23 Sep 2004 12:44:49 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id D058543D46; Thu, 23 Sep 2004 12:44:48 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [192.168.9.149] (unknown[195.172.110.163]) by comcast.net (sccrmhc12) with ESMTP id <20040923124442012003lg8ke> (Authid: domain_name_tsar); Thu, 23 Sep 2004 12:44:48 +0000 Message-ID: <4152C538.3020908@DougBarton.net> Date: Thu, 23 Sep 2004 13:44:40 +0100 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040811 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200409230446.i8N4kujW001411@repoman.freebsd.org> In-Reply-To: X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/bind config.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 12:44:49 -0000 Dag-Erling Smørgrav wrote: > Doug Barton writes: > >> Log: >> LOCALSTATEDIR should be /var, since the BIND 9 source appends >> things like "run/named.pid" to it. > > > Hmm... > > ./bin/named/config.c:# pid-file \"" NS_LOCALSTATEDIR "/named.pid\"; /* or /lwresd.pid */\n\ Understood, but the full path is built later. Also, this is based on extensive experience with the bind9 port, and actually starting up named and seeing it try to dump a pid file in /var/run/run/ :) Doug -- If you're never wrong, you're not trying hard enough