[systemd-devel] [PATCH] systemd-analyze: filter dot output with a regular expression

2013-03-24 Thread Łukasz Stelmach
Make systemd-analyze dot output only lines matching a regular expression passed on the command line. Without the regular expression print everything. --- A graph created with the full output of dot is completely incomprehensible on a regular system. It thus makes perfect sense IMHO to add

Re: [systemd-devel] [PATCH] systemd-analyze: filter dot output with a regular expression

2013-03-24 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Mar 24, 2013 at 01:32:41PM +0100, Łukasz Stelmach wrote: Make systemd-analyze dot output only lines matching a regular expression passed on the command line. Without the regular expression print everything. --- A graph created with the full output of dot is completely

[systemd-devel] [PATCH 1/2] systemd-analyze: refactor for more data collection

2013-03-24 Thread Umut Tezduyar
--- src/analyze/systemd-analyze.c | 119 +++-- 1 files changed, 66 insertions(+), 53 deletions(-) diff --git a/src/analyze/systemd-analyze.c b/src/analyze/systemd-analyze.c index 01bf55e..3dcde30 100644 --- a/src/analyze/systemd-analyze.c +++

Re: [systemd-devel] [PATCH] support statically configured acls

2013-03-24 Thread Kay Sievers
On Sat, Mar 23, 2013 at 1:57 PM, Kay Sievers k...@vrfy.org wrote: On Sat, Mar 23, 2013 at 12:16 AM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 19.03.13 17:36, Ludwig Nussel (ludwig.nus...@suse.de) wrote: useful to get ACLs on files, sockets etc not known to udev Can't say I