summaryrefslogtreecommitdiffstats
path: root/src/shared/path-lookup.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-02-11 17:32:17 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-02-21 00:49:14 +0100
commitf63c4aabb2f127ce4acdaec59e3f00e3579f8a75 (patch)
tree6e42101013e2e393a2d004f53b3daa07aa4c4a0f /src/shared/path-lookup.c
parentbasic: add new merge_env_file function (diff)
downloadsystemd-f63c4aabb2f127ce4acdaec59e3f00e3579f8a75.tar.xz
systemd-f63c4aabb2f127ce4acdaec59e3f00e3579f8a75.zip
environment-generator: new generator to peruse environment.d
Why the strange name: the prefix is necessary to follow our own advice that environment generators should have numerical prefixes. I also put -d- in the name because otherwise the name was very easy to mistake with systemd.environment-generator. This additional letter clarifies that this on special generator that supports environment.d files.
Diffstat (limited to '')
-rw-r--r--src/shared/path-lookup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c
index 586ef64e72..fead755f87 100644
--- a/src/shared/path-lookup.c
+++ b/src/shared/path-lookup.c
@@ -503,8 +503,7 @@ int lookup_paths_init(
append = true;
}
- /* FIXME: empty components in other places should be
- * rejected. */
+ /* FIXME: empty components in other places should be rejected. */
r = path_split_and_make_absolute(e, &paths);
if (r < 0)