summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-06 19:18:11 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-06 19:18:17 +0200
commit4466194c43a25bc51b21226f04245131e698bb3f (patch)
tree939feb948ffe98df5b7aeaa7052499124d0ee35d /Makefile.am
parentcebe0d41e4d5b3fdd9d521116cc029bcb819c90d (diff)
units: rename rtc-set.target to time-sync.target and pull it in by hwclock-load.service
On request of Miroslav Lichvar, rename rtc-set.target to time-sync.target since usually the RTC chip isn't involved at all in NTP syncs. Also, pull it in by hwclock-load.service.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 160acfb9cf..2f08ceb173 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -232,7 +232,7 @@ dist_systemunit_DATA = \
units/reboot.target \
units/rescue.target \
units/rpcbind.target \
- units/rtc-set.target \
+ units/time-sync.target \
units/shutdown.target \
units/final.target \
units/umount.target \