summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2014-10-19 20:46:59 +0000
committerhrs <hrs@FreeBSD.org>2014-10-19 20:46:59 +0000
commit7bc5d0ce46ff90e35de5e2e6b80d7d1935ad5652 (patch)
treee0298d3711cb71c7ef1eccb9752a1a3c0545fee6 /etc/rc.d
parent63825ea04332876e69745b559d94ee550dffb9b9 (diff)
downloadFreeBSD-src-7bc5d0ce46ff90e35de5e2e6b80d7d1935ad5652.zip
FreeBSD-src-7bc5d0ce46ff90e35de5e2e6b80d7d1935ad5652.tar.gz
- Honer MK_KERBEROS for Heimdal rc.d scripts.
- Add rc.c/kerberos to OLD_FILES.
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 12c87db..2a3057f 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -70,12 +70,12 @@ FILES= DAEMON \
iscsictl \
iscsid \
jail \
- kadmind \
- kdc \
- kfd \
+ ${_kadmind} \
+ ${_kdc} \
+ ${_kfd} \
kld \
kldxref \
- kpasswdd \
+ ${_kpasswdd} \
ldconfig \
local \
localpkg \
@@ -181,6 +181,13 @@ _casperd= casperd
_nscd= nscd
.endif
+.if ${MK_KERBEROS} != "no"
+_kadmind= kadmind
+_kdc= kdc
+_kfd= kfd
+_kpasswdd= kpasswdd
+.endif
+
.if ${MK_OFED} != "no"
_opensm= opensm
.endif
OpenPOWER on IntegriCloud