From owner-freebsd-ports@FreeBSD.ORG Sun Sep 26 14:48:15 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C2541065693 for ; Sun, 26 Sep 2010 14:48:15 +0000 (UTC) (envelope-from naddy@mips.inka.de) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mx1.freebsd.org (Postfix) with ESMTP id 07DB08FC08 for ; Sun, 26 Sep 2010 14:48:14 +0000 (UTC) Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mx.arcor.de (Postfix) with ESMTP id 0B64E5A295; Sun, 26 Sep 2010 16:18:01 +0200 (CEST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id 0467F1756B8; Sun, 26 Sep 2010 16:18:01 +0200 (CEST) Received: from lorvorc.mips.inka.de (dslb-094-217-102-113.pools.arcor-ip.net [94.217.102.113]) by mail-in-02.arcor-online.net (Postfix) with ESMTPS id 8F943303D4; Sun, 26 Sep 2010 16:18:00 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-02.arcor-online.net 8F943303D4 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.4/8.14.3) with ESMTP id o8QEHx57025692; Sun, 26 Sep 2010 16:17:59 +0200 (CEST) (envelope-from naddy@lorvorc.mips.inka.de) Received: (from naddy@localhost) by lorvorc.mips.inka.de (8.14.4/8.14.4/Submit) id o8QEHxR3025691; Sun, 26 Sep 2010 16:17:59 +0200 (CEST) (envelope-from naddy) Date: Sun, 26 Sep 2010 16:17:59 +0200 From: Christian Weisgerber To: Shan Sa Message-ID: <20100926141759.GA25291@lorvorc.mips.inka.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org Subject: Re: FreeBSD Port: openntpd-4.6_1,2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2010 14:48:15 -0000 Shan Sa: > Why is the file ntpd.conf installed as read-only? (444) This is accidental. The example ntpd.conf is installed into EXAMPLEDIR with INSTALL_DATA, which sets the mode to 444. Later, ntpd.conf is copied from the example and those permissions are preserved. There are a lot of other instances of this in the tree, so I don't know if it is worth fiddling with the permissions. -- Christian "naddy" Weisgerber naddy@mips.inka.de