diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-11 17:32:17 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-21 00:49:14 +0100 |
commit | f63c4aabb2f127ce4acdaec59e3f00e3579f8a75 (patch) | |
tree | 6e42101013e2e393a2d004f53b3daa07aa4c4a0f /src/shared/path-lookup.c | |
parent | basic: add new merge_env_file function (diff) | |
download | systemd-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.c | 3 |
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) |