MFC r309797-r309802
r309797: Add entries to remove timed files with make delete-old if WITHOUT_TIMED is set r309798: Also remove auditdistd files if src.conf has WITHOUT_AUDIT r309799: Respect WITHOUT_RBOOTD in src.conf when running make delete-old r309800: Respect WITHOUT_BOOTPARAMD in src.conf when running make delete-old r309801: Respect WITHOUT_BOOTPD in src.conf when running make delete-old r309802: Respect WITHOUT_FINGER in src.conf when running make delete-old PR: 213719, 213720, 213721, 213722, 213723, 213724 Submitted by: philippe.michel7@sfr.fr
This commit is contained in:
parent
3bd8cb74a2
commit
bbb0cfd345
@ -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
|
||||
@ -650,6 +653,24 @@ OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_BOOTPARAMD} == no
|
||||
OLD_FILES+=usr/sbin/bootparamd
|
||||
OLD_FILES+=usr/share/man/man5/bootparams.5.gz
|
||||
OLD_FILES+=usr/share/man/man8/bootparamd.8.gz
|
||||
OLD_FILES+=usr/sbin/callbootd
|
||||
.endif
|
||||
|
||||
.if ${MK_BOOTPD} == no
|
||||
OLD_FILES+=usr/libexec/bootpd
|
||||
OLD_FILES+=usr/share/man/man5/bootptab.5.gz
|
||||
OLD_FILES+=usr/share/man/man8/bootpd.8.gz
|
||||
OLD_FILES+=usr/libexec/bootpgw
|
||||
OLD_FILES+=usr/sbin/bootpef
|
||||
OLD_FILES+=usr/share/man/man8/bootpef.8.gz
|
||||
OLD_FILES+=usr/sbin/bootptest
|
||||
OLD_FILES+=usr/share/man/man8/bootptest.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_BSD_CPIO} == no
|
||||
OLD_FILES+=usr/bin/bsdcpio
|
||||
OLD_FILES+=usr/bin/cpio
|
||||
@ -1978,6 +1999,14 @@ OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
|
||||
# to be filled in
|
||||
#.endif
|
||||
|
||||
.if ${MK_FINGER} == no
|
||||
OLD_FILES+=usr/bin/finger
|
||||
OLD_FILES+=usr/share/man/man1/finger.1.gz
|
||||
OLD_FILES+=usr/share/man/man5/finger.conf.5.gz
|
||||
OLD_FILES+=usr/libexec/fingerd
|
||||
OLD_FILES+=usr/share/man/man8/fingerd.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_FLOPPY} == no
|
||||
OLD_FILES+=usr/sbin/fdcontrol
|
||||
OLD_FILES+=usr/sbin/fdformat
|
||||
@ -6777,6 +6806,11 @@ OLD_FILES+=usr/share/man/man8/quotaon.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/repquota.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_RBOOTD} == no
|
||||
OLD_FILES+=usr/libexec/rbootd
|
||||
OLD_FILES+=usr/share/man/man8/rbootd.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_RCMDS} == no
|
||||
OLD_FILES+=bin/rcp
|
||||
OLD_FILES+=etc/rc.d/rwho
|
||||
@ -7998,6 +8032,13 @@ OLD_FILES+=usr/share/man/man1/colcrt.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/ul.1.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_TIMED} == no
|
||||
OLD_FILES+=usr/sbin/timed
|
||||
OLD_FILES+=usr/sbin/timedc
|
||||
OLD_FILES+=usr/share/man/man8/timed.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/timedc.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_TOOLCHAIN} == no
|
||||
OLD_FILES+=usr/bin/addr2line
|
||||
OLD_FILES+=usr/bin/as
|
||||
|
Loading…
x
Reference in New Issue
Block a user