Deleted Added
full compact
ObsoleteFiles.inc (188635) ObsoleteFiles.inc (188652)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 188635 2009-02-15 03:42:14Z marcel $
2# $FreeBSD: head/ObsoleteFiles.inc 188652 2009-02-15 18:30:44Z ed $
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
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# 20090203: removal of pccard header files
18OLD_FILES+=usr/include/pccard/cardinfo.h
19OLD_FILES+=usr/include/pccard/cis.h
20OLD_DIRS+=usr/include/pccard
17# 20090203: adding_user.8 moved to adding_user.7
18OLD_FILES+=usr/share/man/man8/adding_user.8.gz
19# 20090122: tzdata2009a import
20OLD_FILES+=usr/share/zoneinfo/Asia/Katmandu
21# 20090102: file 4.26 import
22OLD_FILES+=usr/share/misc/magic.mime
23OLD_FILES+=usr/share/misc/magic.mime.mgc
24# 20081223: bind 9.4.3 import, nsupdate.8 moved to nsupdate.1

--- 4596 unchanged lines hidden ---
21# 20090203: adding_user.8 moved to adding_user.7
22OLD_FILES+=usr/share/man/man8/adding_user.8.gz
23# 20090122: tzdata2009a import
24OLD_FILES+=usr/share/zoneinfo/Asia/Katmandu
25# 20090102: file 4.26 import
26OLD_FILES+=usr/share/misc/magic.mime
27OLD_FILES+=usr/share/misc/magic.mime.mgc
28# 20081223: bind 9.4.3 import, nsupdate.8 moved to nsupdate.1

--- 4596 unchanged lines hidden ---