From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Ismo Puustinen <ismo.puustinen@intel.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH 1/2] scanner: support for wildcards in include statements.
Date: Tue, 27 Jun 2017 18:14:54 +0200 [thread overview]
Message-ID: <20170627161454.GA8344@salvia> (raw)
In-Reply-To: <20170627161111.GA5969@salvia>
On Tue, Jun 27, 2017 at 06:11:11PM +0200, Pablo Neira Ayuso wrote:
> On Tue, Jun 27, 2017 at 03:14:58PM +0300, Ismo Puustinen wrote:
> > Use glob() to find paths in include statements. The rules are these:
> >
> > 1. If no files can be found in the pattern with wildcards, do not
> > return an error.
> > 2. Do not match any files beginning with '.'.
> > 3. Do not handle include directories anymore. For example, the
> > statement:
> > include "foo/"
> > would now need to be rewritten:
> > include "foo/*"
>
> Applied, thanks Ismo.
BTW, please, send me an update for the manpage.
Thanks!
prev parent reply other threads:[~2017-06-27 16:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-27 12:14 [PATCH 1/2] scanner: support for wildcards in include statements Ismo Puustinen
2017-06-27 12:14 ` [PATCH 2/2] tests: update include directory tests to support wildcard syntax Ismo Puustinen
2017-06-27 16:11 ` Pablo Neira Ayuso
2017-06-27 16:11 ` [PATCH 1/2] scanner: support for wildcards in include statements Pablo Neira Ayuso
2017-06-27 16:14 ` Pablo Neira Ayuso [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170627161454.GA8344@salvia \
--to=pablo@netfilter.org \
--cc=ismo.puustinen@intel.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.