Deleted Added
full compact
ObsoleteFiles.inc (190894) ObsoleteFiles.inc (190905)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 190894 2009-04-10 14:24:12Z danger $
2# $FreeBSD: head/ObsoleteFiles.inc 190905 2009-04-10 22:15:01Z danger $
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# 20090410: VOP_LEASE.9 removed
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# 20090410: VOP_LEASE.9 removed
18OLD_FILES+=usr/share/man/man9/VOP_LEASE.9
18OLD_FILES+=usr/share/man/man9/VOP_LEASE.9.gz
19# 20090405: removal of if_ppp(4) and if_sl(4)
20OLD_FILES+=sbin/slattach rescue/slattach
21OLD_FILES+=sbin/startslip rescue/startslip
22OLD_FILES+=usr/include/net/if_ppp.h
23OLD_FILES+=usr/include/net/if_pppvar.h
24OLD_FILES+=usr/include/net/if_slvar.h
25OLD_FILES+=usr/include/net/ppp_comp.h
26OLD_FILES+=usr/include/net/slip.h

--- 4705 unchanged lines hidden ---
19# 20090405: removal of if_ppp(4) and if_sl(4)
20OLD_FILES+=sbin/slattach rescue/slattach
21OLD_FILES+=sbin/startslip rescue/startslip
22OLD_FILES+=usr/include/net/if_ppp.h
23OLD_FILES+=usr/include/net/if_pppvar.h
24OLD_FILES+=usr/include/net/if_slvar.h
25OLD_FILES+=usr/include/net/ppp_comp.h
26OLD_FILES+=usr/include/net/slip.h

--- 4705 unchanged lines hidden ---