From e0eed6b400483871c1ea8bce34af9d6f9643b54b Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 26 Jan 2015 09:51:21 +0000 Subject: Respect MK_KERBEROS with etc/rc.d/ipropd_master and etc/rc.d/ipropd_slave MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division --- etc/rc.d/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc.d') diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 804966e..a19f73a 100644 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -54,8 +54,6 @@ FILES= DAEMON \ ipfw \ ipmon \ ipnat \ - ipropd_master \ - ipropd_slave \ ipsec \ ${_kadmind} \ ${_kdc} \ @@ -213,6 +211,8 @@ _nscd= nscd .endif .if ${MK_KERBEROS} != "no" +FILES+= ipropd_master +FILES+= ipropd_slave _kadmind= kadmind _kdc= kdc _kfd= kfd -- cgit v1.1