From owner-cvs-all@FreeBSD.ORG Fri Sep 24 22:47:10 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 95C3616A4CE; Fri, 24 Sep 2004 22:47:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 762F043D31; Fri, 24 Sep 2004 22:47:10 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8OMlALP064013; Fri, 24 Sep 2004 22:47:10 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8OMlAsU064012; Fri, 24 Sep 2004 22:47:10 GMT (envelope-from dougb) Message-Id: <200409242247.i8OMlAsU064012@repoman.freebsd.org> From: Doug Barton Date: Fri, 24 Sep 2004 22:47:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf 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: Fri, 24 Sep 2004 22:47:10 -0000 dougb 2004-09-24 22:47:10 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: For the default FreeBSD install, the file path actually is /var/run/named/pid. This is done so that named can start with -u bind and still dump a pid file in that directory, which is chowned to user bind. Revision Changes Path 1.217 +1 -1 src/etc/defaults/rc.conf