From owner-freebsd-current@FreeBSD.ORG Thu Apr 22 07:29:35 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 ACFEF1065672 for ; Thu, 22 Apr 2010 07:29:35 +0000 (UTC) (envelope-from gordon.tetlow@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7DC6C8FC12 for ; Thu, 22 Apr 2010 07:29:35 +0000 (UTC) Received: by pvg16 with SMTP id 16so217089pvg.13 for ; Thu, 22 Apr 2010 00:29:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:received:message-id:subject :from:to:cc:content-type; bh=tnjwORT1VUTO+211UqF3g95dN2o7+25OKjfMiabxliU=; b=w+j4+VWKtnAbW5ZfGik2CtEOcnd8tHLdjv7uqjmFldBhL0KzTyTcUln0e28Y/8AzT8 sYUEe9OdvygTQQlmbLmbC/xndmHwJrd79vLGIK7zhoxbPJv588EJb8/P0m8g2tDksQzL 8hwLsRlWvxSYPQcNkhU7EtBlrGb4qsrBB8W8w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=PaD822R2WgCvIQwWc1/erRAzFh6tO84WTdaHqitnv2eDZM05XH3DFq3x4zm7fJjmOg oD7N6z6zTgV3UMWEJ8EQfKV9wqCcUKTA/Zpz0oKUFtEsxdmqQQs5m4sFkwcsPxPXBKbf sxGXe25glZA6Xrw0cphscnxPq+4yHB+zuo62s= MIME-Version: 1.0 Sender: gordon.tetlow@gmail.com Received: by 10.140.194.12 with HTTP; Thu, 22 Apr 2010 00:29:34 -0700 (PDT) In-Reply-To: <4BCFF81A.6050006@lissyara.su> References: <4BCFF81A.6050006@lissyara.su> Date: Thu, 22 Apr 2010 00:29:34 -0700 X-Google-Sender-Auth: f9d931e61f5446ea Received: by 10.141.91.9 with SMTP id t9mr8715740rvl.53.1271921374912; Thu, 22 Apr 2010 00:29:34 -0700 (PDT) Message-ID: From: Gordon Tetlow To: Alex Keda X-Mailman-Approved-At: Thu, 22 Apr 2010 11:16:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org 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:29:35 -0000 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. Gordon