config.mk 530 Bytes
Newer Older
1
use/ntp: use/services use/pkgpriorities
Michael Shigorin's avatar
Michael Shigorin committed
2
	@$(call add_feature)
3
	@$(call try,THE_NTPD,openntpd)
4 5
	@$(call add,THE_PACKAGES,$$(THE_NTPD))
	@$(call add,PINNED_PACKAGES,$$(THE_NTPD))
6
	@$(call try,THE_NTPD_SERVICE,openntpd)
7
	@$(call add,DEFAULT_SERVICES_ENABLE,$$(THE_NTPD_SERVICE))
Michael Shigorin's avatar
Michael Shigorin committed
8 9

use/ntp/client: use/ntp
10 11
	@$(call set,THE_NTPD,openntpd)
	@$(call set,THE_NTPD_SERVICE,ntpd)
Michael Shigorin's avatar
Michael Shigorin committed
12 13
	@$(call add,NTP_SERVERS,pool.ntp.org)
	@$(call xport,NTP_SERVERS)
14 15 16 17

use/ntp/chrony: use/ntp
	@$(call set,THE_NTPD,chrony)
	@$(call set,THE_NTPD_SERVICE,chronyd)