summaryrefslogtreecommitdiff
path: root/src/path
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-26 09:51:12 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-04-16 16:09:46 +0200
commite12d446b6623cedaf2b92c5e935312f7ade6cfef (patch)
tree22702396af654401b4943afd3190fb0a7aeef1f5 /src/path
parent42345b178da73c454e26645231dbd826e9a501f6 (diff)
downloadsystemd-e12d446b6623cedaf2b92c5e935312f7ade6cfef.tar.gz
systemd-path: allow the default search path to be queried
Diffstat (limited to 'src/path')
-rw-r--r--src/path/path.c1
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",