Honor MK_LPR with etc/rc.d/lpd
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
4a0ea4d698
commit
5b57c67cc6
@ -192,6 +192,10 @@ FILES+= iscsictl
|
||||
FILES+= iscsid
|
||||
.endif
|
||||
|
||||
.if ${MK_LPR} != "no"
|
||||
FILES+= lpd
|
||||
.endif
|
||||
|
||||
.if ${MK_NS_CACHING} != "no"
|
||||
_nscd= nscd
|
||||
.endif
|
||||
|
@ -3512,6 +3512,7 @@ OLD_FILES+=usr/share/man/man8/updatedb.8.gz
|
||||
.if ${MK_LPR} == no
|
||||
OLD_FILES+=etc/hosts.lpd
|
||||
OLD_FILES+=etc/printcap
|
||||
OLD_FILES+=etc/rc.d/lpd
|
||||
OLD_FILES+=usr/bin/lp
|
||||
OLD_FILES+=usr/bin/lpq
|
||||
OLD_FILES+=usr/bin/lpr
|
||||
|
Loading…
Reference in New Issue
Block a user