]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
time-wait-sync: move time-wait-sync.c -> src/timesync/wait-sync.c
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 31 Dec 2020 20:10:09 +0000 (05:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 18 Jan 2021 22:04:19 +0000 (07:04 +0900)
As wait-online is located under src/network.

.github/labeler.yml
meson.build
src/timesync/wait-sync.c [moved from src/time-wait-sync/time-wait-sync.c with 100% similarity]

index 121f4b734da6a4c4dd7cffdd3b4b4af015c67ff6..773d57500443f88d528bb3c52eddb894d30923f6 100644 (file)
@@ -36,4 +36,3 @@ timedate:
   - src/timedate/*
 timesync:
   - src/timesync/*
-  - src/time-wait-sync/*
index 187551b8da3e053b49c00d43d936db9edae73b3e..4fbcb9533e4f578d13f46b0b565dc56585ebc708 100644 (file)
@@ -1619,7 +1619,6 @@ includes = include_directories('src/basic',
                                'src/shared',
                                'src/shutdown',
                                'src/systemd',
-                               'src/time-wait-sync',
                                'src/timesync',
                                'src/udev',
                                'src/xdg-autostart-generator',
@@ -2633,7 +2632,7 @@ if conf.get('ENABLE_TIMESYNCD') == 1
 
         executable(
                 'systemd-time-wait-sync',
-                'src/time-wait-sync/time-wait-sync.c',
+                'src/timesync/wait-sync.c',
                 include_directories : includes,
                 link_with : [timesyncd_link_with],
                 install_rpath : rootlibexecdir,