]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
Also remove auditdistd files if src.conf has WITHOUT_AUDIT
authorbapt <bapt@FreeBSD.org>
Sat, 10 Dec 2016 12:18:03 +0000 (12:18 +0000)
committerbapt <bapt@FreeBSD.org>
Sat, 10 Dec 2016 12:18:03 +0000 (12:18 +0000)
PR: 213723
Submitted by: philippe.michel7@sfr.fr
MFC after: 2 days

tools/build/mk/OptionalObsoleteFiles.inc

index 3e42b1ecc46b4f61edf89c4a94d341baf5bc252a..43d3a533c28348333f61fc511d20645d117b9e0f 100644 (file)
@@ -166,12 +166,15 @@ OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
 .if ${MK_AUDIT} == no
 OLD_FILES+=usr/sbin/audit
 OLD_FILES+=usr/sbin/auditd
+OLD_FILES+=usr/sbin/auditdistd
 OLD_FILES+=usr/sbin/auditreduce
 OLD_FILES+=usr/sbin/praudit
 OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
 OLD_FILES+=usr/share/man/man1/praudit.1.gz
+OLD_FILES+=usr/share/man/man5/auditdistd.conf.5.gz
 OLD_FILES+=usr/share/man/man8/audit.8.gz
 OLD_FILES+=usr/share/man/man8/auditd.8.gz
+OLD_FILES+=usr/share/man/man8/auditdistd.8.gz
 .endif
 
 .if ${MK_AUTHPF} == no