Deleted Added
full compact
ObsoleteFiles.inc (183235) ObsoleteFiles.inc (183442)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 183235 2008-09-21 16:11:11Z antoine $
2# $FreeBSD: head/ObsoleteFiles.inc 183442 2008-09-28 20:15:45Z 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# 20080928: removal of inaccurate device_ids(9) manual page
18OLD_FILES+=usr/share/man/man9/device_ids.9.gz
19OLD_FILES+=usr/share/man/man9/major.9.gz
20OLD_FILES+=usr/share/man/man9/minor.9.gz
21OLD_FILES+=usr/share/man/man9/umajor.9.gz
22OLD_FILES+=usr/share/man/man9/uminor.9.gz
17# 20080917: removal of manpage for axed kernel primitive suser(9)
18OLD_FILES+=usr/share/man/man9/suser.9.gz
19OLD_FILES+=usr/share/man/man9/suser_cred.9.gz
20# 20080913: pax removed from rescue
21OLD_FILES+=rescue/pax
22# 20080823: removal of unneeded pt_chown, to implement grantpt(3)
23OLD_FILES+=usr/libexec/pt_chown
24# 20080822: ntp 4.2.4p5 import

--- 4574 unchanged lines hidden ---
23# 20080917: removal of manpage for axed kernel primitive suser(9)
24OLD_FILES+=usr/share/man/man9/suser.9.gz
25OLD_FILES+=usr/share/man/man9/suser_cred.9.gz
26# 20080913: pax removed from rescue
27OLD_FILES+=rescue/pax
28# 20080823: removal of unneeded pt_chown, to implement grantpt(3)
29OLD_FILES+=usr/libexec/pt_chown
30# 20080822: ntp 4.2.4p5 import

--- 4574 unchanged lines hidden ---