Re: [systemd-devel] [PATCH 2/2] path-lookup: don't hardcode .config

2014-05-16 Thread Lennart Poettering
On Sat, 03.05.14 11:52, Tanu Kaskinen (tanu.kaski...@linux.intel.com) wrote: > If XDG_CONFIG_HOME is set, then we should respect that. Applied both. Thanks! But I'd still be thankful for a proper test case for this... Lennart -- Lennart Poettering, Red Hat

[systemd-devel] [PATCH 2/2] path-lookup: don't hardcode .config

2014-05-03 Thread Tanu Kaskinen
If XDG_CONFIG_HOME is set, then we should respect that. --- src/shared/path-lookup.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c index 63af43c..92abd11 100644 --- a/src/shared/path-lookup.c +++ b/src/shared/p

Re: [systemd-devel] [PATCH 2/2] path-lookup: don't hardcode .config

2014-04-13 Thread Tanu Kaskinen
On Sat, 2014-04-12 at 19:30 +0200, Zbigniew Jędrzejewski-Szmek wrote: > On Sat, Apr 12, 2014 at 08:37:39AM +0300, Tanu Kaskinen wrote: > > If XDG_CONFIG_HOME is set, then we should respect that. > > --- > > src/shared/path-lookup.c | 6 +- > > 1 file changed, 5 insertions(+), 1 deletion(-) > >

Re: [systemd-devel] [PATCH 2/2] path-lookup: don't hardcode .config

2014-04-12 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Apr 12, 2014 at 08:37:39AM +0300, Tanu Kaskinen wrote: > If XDG_CONFIG_HOME is set, then we should respect that. > --- > src/shared/path-lookup.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c > index 63af4

[systemd-devel] [PATCH 2/2] path-lookup: don't hardcode .config

2014-04-11 Thread Tanu Kaskinen
If XDG_CONFIG_HOME is set, then we should respect that. --- src/shared/path-lookup.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c index 63af43c..a885b66 100644 --- a/src/shared/path-lookup.c +++ b/src/shared/path-looku