diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-26 09:51:12 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-16 16:09:46 +0200 |
commit | e12d446b6623cedaf2b92c5e935312f7ade6cfef (patch) | |
tree | 22702396af654401b4943afd3190fb0a7aeef1f5 /src/path | |
parent | test: drop the use of /bin/sh in various test services (diff) | |
download | systemd-e12d446b6623cedaf2b92c5e935312f7ade6cfef.tar.xz systemd-e12d446b6623cedaf2b92c5e935312f7ade6cfef.zip |
systemd-path: allow the default search path to be queried
Diffstat (limited to 'src/path')
-rw-r--r-- | src/path/path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path/path.c b/src/path/path.c index 0f029c4ae6..be17a444d3 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -67,6 +67,7 @@ static const char* const path_table[_SD_PATH_MAX] = { [SD_PATH_USER_TEMPLATES] = "user-templates", [SD_PATH_USER_DESKTOP] = "user-desktop", [SD_PATH_SEARCH_BINARIES] = "search-binaries", + [SD_PATH_SEARCH_BINARIES_DEFAULT] = "search-binaries-default", [SD_PATH_SEARCH_LIBRARY_PRIVATE] = "search-library-private", [SD_PATH_SEARCH_LIBRARY_ARCH] = "search-library-arch", [SD_PATH_SEARCH_SHARED] = "search-shared", |