Deleted Added
full compact
ObsoleteFiles.inc (157723) ObsoleteFiles.inc (158512)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 157723 2006-04-13 13:19:10Z ru $
2# $FreeBSD: head/ObsoleteFiles.inc 158512 2006-05-13 05:51:52Z mlaier $
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# 20061205: remove ip6fw
18OLD_FILES+=etc/periodic/security/600.ip6fwdenied
19OLD_FILES+=etc/periodic/security/650.ip6fwlimit
20OLD_FILES+=sbin/ip6fw
21OLD_FILES+=usr/include/netinet6/ip6_fw.h
22OLD_FILES+=usr/share/man/man8/ip6fw.8.gz
17# 20060328: remove redundant rc.d script
18OLD_FILES+=etc/rc.d/ike
19# 20060127: revert libdisk to static-only
20OLD_FILES+=usr/lib/libdisk.so
21# 20051215: rescue/nextboot.sh renamed to rescue/nextboot
22OLD_FILES+=rescue/nextboot.sh
23# 20051214: usbd(8) removed
24OLD_FILES+=etc/rc.d/usbd

--- 2858 unchanged lines hidden ---
23# 20060328: remove redundant rc.d script
24OLD_FILES+=etc/rc.d/ike
25# 20060127: revert libdisk to static-only
26OLD_FILES+=usr/lib/libdisk.so
27# 20051215: rescue/nextboot.sh renamed to rescue/nextboot
28OLD_FILES+=rescue/nextboot.sh
29# 20051214: usbd(8) removed
30OLD_FILES+=etc/rc.d/usbd

--- 2858 unchanged lines hidden ---