Re: [systemd-devel] [PATCH] systemctl, man: option to list units by state

2013-05-17 Thread Maciej Wereski
Hello, 16.05.2013 at 12:02 wrote: From: Maciej Wereski This allows to show only units with specified SUB or ACTIVE state. I've found 2 typos. I'll upload patch v2 soon. -- Maciej Wereski Samsung R&D Institute Poland Samsung Electronics m.were...@partner.samsung.com ___

[systemd-devel] [PATCH] systemctl, man: option to list units by state

2013-05-16 Thread m . wereski
From: Maciej Wereski This allows to show only units with specified SUB or ACTIVE state. Signed-off-by: Maciej Wereski --- man/systemctl.xml | 14 -- src/systemctl/systemctl.c | 22 +++--- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/man/sy