]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Conditionally install /etc/rc.d/audit* based on ${MK_AUDIT}
authorasomers <asomers@FreeBSD.org>
Sun, 16 Dec 2018 23:38:46 +0000 (23:38 +0000)
committerasomers <asomers@FreeBSD.org>
Sun, 16 Dec 2018 23:38:46 +0000 (23:38 +0000)
commit9f8238d209eae43469edcc0d346d6ae7e5e4e129
tree699578034416c74dfe2d3f12b59981559c535233
parented1e2ce23a42ef967a56dce4f3ab8b31ca92c65d
Conditionally install /etc/rc.d/audit* based on ${MK_AUDIT}

/usr/sbin/audit(dist)?d are only installed if ${MK_AUDIT} == yes. Their
supporting scripts should only be installed in those instances as well.

Submitted by: ngie
Reviewed by: emaste
MFC after: 2 weeks
Pull Request: https://github.com/freebsd/freebsd/pull/242
libexec/rc/rc.d/Makefile
tools/build/mk/OptionalObsoleteFiles.inc