ObsoleteFiles.inc (e7e061862910bfccb4a46525b147832eadf1191a) | ObsoleteFiles.inc (42f17e8ce40ccc35a6351de188a1b630a46daff1) |
---|---|
1# 2# $FreeBSD$ 3# 4# This file lists old files (OLD_FILES), libraries (OLD_LIBS) and 5# directories (OLD_DIRS) which should get removed at an update. Recently 6# removed entries first (with the date as a comment). Dynamic libraries are 7# special cased (OLD_LIBS). Static libraries or the generic links to 8# the dynamic libraries (lib*.so) should (if you don't know why to make an 9# exception, make this a "must") be viewed as normal files (OLD_FILES). 10# 11# In case of a complete directory hierarchy the sorting is in depth first 12# order. 13# 14# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. 15# 16 | 1# 2# $FreeBSD$ 3# 4# This file lists old files (OLD_FILES), libraries (OLD_LIBS) and 5# directories (OLD_DIRS) which should get removed at an update. Recently 6# removed entries first (with the date as a comment). Dynamic libraries are 7# special cased (OLD_LIBS). Static libraries or the generic links to 8# the dynamic libraries (lib*.so) should (if you don't know why to make an 9# exception, make this a "must") be viewed as normal files (OLD_FILES). 10# 11# In case of a complete directory hierarchy the sorting is in depth first 12# order. 13# 14# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. 15# 16 |
17# 20080719: sade(8) removed on all but amd64, i386 and sparc64 18.if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "i386" && \ 19 ${TARGET_ARCH} != "sparc64" 20OLD_FILES+=usr/sbin/sade 21OLD_FILES+=usr/share/man/man8/sade.8.gz 22.endif |
|
17# 20080706: bsdlabel(8) removed on powerpc 18.if ${TARGET_ARCH} == "powerpc" 19OLD_FILES+=sbin/bsdlabel 20OLD_FILES+=usr/share/man/man8/bsdlabel.8.gz 21.endif 22# 20080704: sbsh(4) removed 23OLD_FILES+=usr/share/man/man4/if_sbsh.4.gz 24OLD_FILES+=usr/share/man/man4/sbsh.4.gz --- 4548 unchanged lines hidden --- | 23# 20080706: bsdlabel(8) removed on powerpc 24.if ${TARGET_ARCH} == "powerpc" 25OLD_FILES+=sbin/bsdlabel 26OLD_FILES+=usr/share/man/man8/bsdlabel.8.gz 27.endif 28# 20080704: sbsh(4) removed 29OLD_FILES+=usr/share/man/man4/if_sbsh.4.gz 30OLD_FILES+=usr/share/man/man4/sbsh.4.gz --- 4548 unchanged lines hidden --- |