[systemd-devel] [PATCH 2/2] tmpfiles: introduce --exclude-prefix

2013-07-24 Thread Dave Reisner
The opposite of --prefix, allows specifying path prefixes which should be skipped when processing rules. --- man/systemd-tmpfiles.xml| 7 shell-completion/systemd-zsh-completion.zsh | 1 + src/tmpfiles/tmpfiles.c | 50 + 3

Re: [systemd-devel] [PATCH 2/2] tmpfiles: introduce --exclude-prefix

2013-07-24 Thread Lennart Poettering
On Wed, 24.07.13 11:25, Dave Reisner (dreis...@archlinux.org) wrote: static char **include_prefixes = NULL; +static char **exclude_prefixes = NULL; static const char conf_file_dirs[] = /etc/tmpfiles.d\0 @@ -1018,6 +1019,21 @@ static bool item_equal(Item *a, Item *b) {

Re: [systemd-devel] [PATCH 2/2] tmpfiles: introduce --exclude-prefix

2013-07-24 Thread Dave Reisner
On Wed, Jul 24, 2013 at 05:40:21PM +0200, Lennart Poettering wrote: On Wed, 24.07.13 11:25, Dave Reisner (dreis...@archlinux.org) wrote: static char **include_prefixes = NULL; +static char **exclude_prefixes = NULL; static const char conf_file_dirs[] = /etc/tmpfiles.d\0