From 93614040c7172b71fe9fbb9eff73861ebd1a812a Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sun, 9 Mar 2014 19:36:31 +0400 Subject: [PATCH] regular.mk: use openntpd instead of ntpd Speccyfighter asked for NTP support within sysv-tde flavour; meant openntpd apparently, fixing up. --- conf.d/regular.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 63e1f4fb..4759d6dc 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -141,7 +141,7 @@ distro/regular-sysv-tde: distro/.regular-install-x11 \ @$(call set,KFLAVOURS,led-ws) @$(call add,RESCUE_LISTS,$(call tags,rescue misc)) @$(call add,THE_PACKAGES,alterator-datetime alterator-x11) - @$(call add,THE_PACKAGES,htop k3b ntpd pm-utils) + @$(call add,THE_PACKAGES,htop k3b openntpd pm-utils) @$(call add,THE_PACKAGES,lm_sensors3 hdparm sdparm smartmontools) @$(call add,THE_LISTS,$(call tags,base desktop))