From owner-freebsd-current@FreeBSD.ORG Thu Apr 22 07:33:24 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A3701065672 for ; Thu, 22 Apr 2010 07:33:24 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id 0B32F8FC14 for ; Thu, 22 Apr 2010 07:33:23 +0000 (UTC) Received: from [195.93.240.104] (port=37477 helo=lissyara.moskb.local) by hosting.lissyara.su with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O4quX-0005qz-M6 for freebsd-current@freebsd.org; Thu, 22 Apr 2010 11:33:21 +0400 Message-ID: <4BCFFBC1.2080703@lissyara.su> Date: Thu, 22 Apr 2010 11:33:21 +0400 From: Alex Keda User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.8.1.23) Gecko/20091202 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 CC: freebsd-current@freebsd.org References: <4BCFF81A.6050006@lissyara.su> In-Reply-To: X-White-List: YES X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: newsyslog patch implementing file includes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 07:33:24 -0000 22.04.2010 11:29, Gordon Tetlow ?????: > On Thu, Apr 22, 2010 at 12:17 AM, Alex Keda > wrote: > > It's need feature. I test patch - it work for me (CURRENT, amd64) > Can I use some as: > /path/to/dir/*.conf > ? > and can I create recursive include? > > > Yes, wildcards and recursive includes are supported. great job! Thanks!