summaryrefslogtreecommitdiff
path: root/src/timedate/timedated.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-10-31 11:20:33 +0100
committerLennart Poettering <lennart@poettering.net>2013-10-31 11:20:33 +0100
commitebd495b0a190f51dc5ed90f58134054fadfbff1d (patch)
tree9c7ce63ae779d301e29da1b2c5db8b0b9eeaa962 /src/timedate/timedated.c
parentd74ab852161d2dc4093d369495ddfa18460cfd76 (diff)
Revert "timedated: support --enable-split-usr"
This reverts commit 36f9f99556b2fd90705a9eda2e8f182b1e63a15e. The ntp unit information is only needed by timedated which runs in late boot only, where all disks are around. Hence there's no point in allowing them to be located in the rootprefix.
Diffstat (limited to 'src/timedate/timedated.c')
-rw-r--r--src/timedate/timedated.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c
index 62d79e2ebb..f5d2201cea 100644
--- a/src/timedate/timedated.c
+++ b/src/timedate/timedated.c
@@ -248,9 +248,6 @@ static char** get_ntp_services(void) {
"/run/systemd/ntp-units.d",
"/usr/local/lib/systemd/ntp-units.d",
"/usr/lib/systemd/ntp-units.d",
-#ifdef HAVE_SPLIT_USR
- "/lib/systemd/ntp-units.d",
-#endif
NULL);
if (k < 0)
return NULL;