Re: [systemd-devel] [PATCH] build-sys: check for intltool also when polkit is enabled

2014-07-31 Thread Robert Schiele
On Thu, Jul 31, 2014 at 2:37 PM, Samuli Suominen wrote: > Isn't this scenario already covered by this existing configure.ac test... > > AS_IF([test -z "$INTLTOOL_POLICY_RULE"], [ > # If intltool is not available, provide a dummy rule to fail > generation of %.policy files with a meaningful err

[systemd-devel] [PATCH] build-sys: check for intltool also when polkit is enabled

2014-07-31 Thread Robert Schiele
intltool is needed for nls _and_ polkit, thus the check needs to be changed to do the test whenever one of them is enables. Without this build fails when configured with --disable-nls --enable-polkit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac

Re: [systemd-devel] [PATCH] make fsck fix mode a kernel command line option

2013-09-10 Thread Robert Schiele
Hi, On Tue, Sep 10, 2013 at 2:41 AM, Lennart Poettering wrote: > On Fri, 06.09.13 14:53, Robert Schiele (rschi...@gmail.com) wrote: >> I was choosing the interface described above since according to my >> observation this seems closest to how interfaces were constructed in >

[systemd-devel] [PATCH] make fsck fix mode a kernel command line option

2013-09-06 Thread Robert Schiele
In some situations it is desirable to set the fsck fix level from "-a" to "-y". This for instance might be a reasonable decision on embedded systems where a user dealing with emergency mode is not available and we prefer the risk of destroying the file system by an incorrect fsck action over the r