From: Stefan Schantl Date: Sat, 5 Sep 2015 17:45:54 +0000 (+0200) Subject: ntp: Install ntpd with the Base group and enable by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafa4eb8c69af8fbb560955d16fa1cb32fba4877;p=ipfire-3.x.git ntp: Install ntpd with the Base group and enable by default Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/ntp/ntp.nm b/ntp/ntp.nm index ba72e6293..780ad0181 100644 --- a/ntp/ntp.nm +++ b/ntp/ntp.nm @@ -6,7 +6,7 @@ name = ntp version = %{ver_major}.8 ver_major = 4.2 -release = 1 +release = 2 groups = System/Daemons url = http://www.ntp.org/ @@ -130,6 +130,8 @@ end packages package %{name} + groups += Base + requires ntpdate = %{thisver} end @@ -140,6 +142,7 @@ packages script postin systemctl daemon-reload >/dev/null 2>&1 || : + systemctl --no-reload enable ntpd.service >/dev/null 2>&1 || : end script preun