From owner-freebsd-stable@FreeBSD.ORG Wed Aug 2 06:24:57 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D01A616A4DF for ; Wed, 2 Aug 2006 06:24:57 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505D243D4C for ; Wed, 2 Aug 2006 06:24:57 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so1249344pyb for ; Tue, 01 Aug 2006 23:24:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TzT2XEGggmCQSMME+HLKvn6fVYR5N4zf88OvD+GewOEpS9bx9QLCjv8SDgPUskIUqCavazOxfdquTYlaeyokMOkjB9y1+tT/cRdz9YXTgwLJfXWDiSgaYcayuZI2kBbT6V65hDi0K3ZzUMvHT06JjehSi4Tky0af3v1QIYCp++k= Received: by 10.35.39.2 with SMTP id r2mr905402pyj; Tue, 01 Aug 2006 23:24:56 -0700 (PDT) Received: by 10.35.36.18 with HTTP; Tue, 1 Aug 2006 23:24:56 -0700 (PDT) Message-ID: <3aaaa3a0608012324w1408b46cx46254f3697289fdb@mail.gmail.com> Date: Wed, 2 Aug 2006 07:24:56 +0100 From: Chris To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: named rc.d X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 06:24:57 -0000 Apologies if posted to wrong list, the rc.d script for named chowns /etc/namedb to root:wheel if set to bind:bind why is this? A slave named server running as bind user cannot download new slave zones if dir ownership is root or update it if file ownerships are root which I sometimes see. Chris