aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-05-04 13:41:46 +0000
committerWarner Losh <imp@FreeBSD.org>2024-05-04 13:41:54 +0000
commit2f9966ff63d65bd474478888c9088eeae3f9c669 (patch)
tree9c3fd8858542aa669583c7b50f999887821dce6f /libexec
parent3c1be0b2615e7bd6b8107f62f9ad625871397786 (diff)
downloadsrc-2f9966ff63d65bd474478888c9088eeae3f9c669.tar.gz
src-2f9966ff63d65bd474478888c9088eeae3f9c669.zip
packages: add package for NTP
Reviewed by: imp, manu Pull Request: https://github.com/freebsd/freebsd-src/pull/1193
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rc/rc.d/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index 9a04400e2924..da72474d8b82 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -67,7 +67,6 @@ CONFS= DAEMON \
nfsuserd \
nisdomain \
${_nscd} \
- ntpdate \
${_opensm} \
os-release \
pf \
@@ -283,7 +282,10 @@ _nscd= nscd
.endif
.if ${MK_NTP} != "no"
-CONFS+= ntpd
+CONFGROUPS+= NTP
+NTP+= ntpd \
+ ntpdate
+NTPPACKAGE= ntp
.endif
.if ${MK_OFED} != "no"