From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 17 16:40:31 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 793381065687 for ; Fri, 17 Jun 2011 16:40:31 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 45EB98FC14 for ; Fri, 17 Jun 2011 16:40:31 +0000 (UTC) Received: by iwr19 with SMTP id 19so1862100iwr.13 for ; Fri, 17 Jun 2011 09:40:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=C/N3JN9Jadur94NASsVr5keuxRHFgesd+QwnXvwXGzg=; b=br5Iz4uHh+9hRY4N7u2kak6zWds9pkd6IzaW5AAzAljeCn5BuAfLQFrjSMJiZtOzoQ 7fhHEfBDhI3WEkJbJWjz4q59+k5H9MyHngGPrTquVMq8Z8eRaiMXnV5Q5QYnfyTpGfmu 9kXbcPdGtej807FOScGtxRBcqz4K2S22BKFAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=n2FDvNM3VrcrSzx6+xQA6MRfPySF7DL5D8cyykj9nmBAGaRyJ7Kzf7cvPkWn1sEz7h F1iubNP1U43Wt/6RQcn3jyskgkC5lFyDdyi5/7zddY/58lh69MqCPupc2Kmj87yO2vxf 6+cfF2CzfyOQgOsnJW9yKj0//8/6ipXEZYy+Q= Received: by 10.231.206.6 with SMTP id fs6mr1993819ibb.70.1308328830107; Fri, 17 Jun 2011 09:40:30 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Fri, 17 Jun 2011 09:40:00 -0700 (PDT) From: Chris Rees Date: Fri, 17 Jun 2011 17:40:00 +0100 X-Google-Sender-Auth: MiYEt7dttdBVWMzKFxDg6tRAr-g Message-ID: To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: CONF class of files X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2011 16:40:31 -0000 Hi all, Macros are being tested for bsd.port.mk that use a new class of files, in the same vein as the BINOWN variables I have introduced CONFOWN, CONFGRP, CONFMODE and CONFDIR. Please would someone review and give an opinion on [1]? I'd _really_ appreciate getting it in before 9-R Chris http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/157062