chiark / gitweb /
clients: unify how we invoke getopt_long()
[elogind.git] / src / timedate / timedated.c
index 62d79e2ebb5d1fe82b24d4d4253e9f74bc5beadc..f5d2201cea6fb31687fa26da222f3ebd178e0d95 100644 (file)
@@ -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;