summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-04 09:21:07 +0000
committerngie <ngie@FreeBSD.org>2015-02-04 09:21:07 +0000
commit5f6c6cdef0f4b549fd110f91bb2d7b6f1eca86dd (patch)
treef1719f87c60c91129dc0e9402d34f26c17cf26f9 /etc
parent4387ccbff5139246eed2871a9bcc73c92a767e66 (diff)
downloadFreeBSD-src-5f6c6cdef0f4b549fd110f91bb2d7b6f1eca86dd.zip
FreeBSD-src-5f6c6cdef0f4b549fd110f91bb2d7b6f1eca86dd.tar.gz
MFC r277731,r277734:
r277731: Honor MK_LPR with etc/rc.d/lpd Sponsored by: EMC / Isilon Storage Division r277734: Remove explicit inclusion of lpd from FILES Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index ef66965..3fe99a0 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -80,7 +80,6 @@ FILES= DAEMON \
local \
localpkg \
lockd \
- lpd \
mixer \
motd \
mountcritlocal \
@@ -193,6 +192,10 @@ _kfd= kfd
_kpasswdd= kpasswdd
.endif
+.if ${MK_LPR} != "no"
+FILES+= lpd
+.endif
+
.if ${MK_NS_CACHING} != "no"
_nscd= nscd
.endif
OpenPOWER on IntegriCloud