chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc1a2e0
)
path-lookup: rearrange things so that the system path order follows the user path...
author
Lennart Poettering
<lennart@poettering.net>
Wed, 14 Mar 2012 13:31:50 +0000
(14:31 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 14 Mar 2012 13:31:50 +0000
(14:31 +0100)
src/path-lookup.c
patch
|
blob
|
history
diff --git
a/src/path-lookup.c
b/src/path-lookup.c
index e6f050d4ff65820d18e38e2ced46114ddc0244a2..5464cedbbd04657bb2cefd9dc3dc30623d57376d 100644
(file)
--- a/
src/path-lookup.c
+++ b/
src/path-lookup.c
@@
-228,8
+228,8
@@
int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as, bool personal
"/etc/systemd/system",
"/run/systemd/system",
"/usr/local/lib/systemd/system",
- "/usr/lib/systemd/system",
SYSTEM_DATA_UNIT_PATH,
+ "/usr/lib/systemd/system",
#ifdef HAVE_SPLIT_USR
"/lib/systemd/system",
#endif