Deleted Added
full compact
ObsoleteFiles.inc (170926) ObsoleteFiles.inc (171023)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 170926 2007-06-18 18:50:59Z rafan $
2# $FreeBSD: head/ObsoleteFiles.inc 171023 2007-06-25 05:06:57Z rafan $
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# 20070625: umapfs removal
18OLD_FILES+=rescue/mount_umapfs
19OLD_FILES+=sbin/mount_umapfs
20OLD_FILES+=usr/include/fs/umapfs/umap.h
21OLD_FILES+=usr/share/man/man8/mount_umapfs.8.gz
22OLD_DIRS+=usr/include/fs/umapfs
17# 20070618: shared library version bump
18OLD_LIBS+=lib/libalias.so.5
19OLD_LIBS+=lib/libbsnmp.so.3
20OLD_LIBS+=lib/libncurses.so.6
21OLD_LIBS+=lib/libncursesw.so.6
22OLD_LIBS+=lib/libreadline.so.6
23OLD_LIBS+=usr/lib/libdialog.so.5
24OLD_LIBS+=usr/lib/libgnuregex.so.3

--- 3857 unchanged lines hidden ---
23# 20070618: shared library version bump
24OLD_LIBS+=lib/libalias.so.5
25OLD_LIBS+=lib/libbsnmp.so.3
26OLD_LIBS+=lib/libncurses.so.6
27OLD_LIBS+=lib/libncursesw.so.6
28OLD_LIBS+=lib/libreadline.so.6
29OLD_LIBS+=usr/lib/libdialog.so.5
30OLD_LIBS+=usr/lib/libgnuregex.so.3

--- 3857 unchanged lines hidden ---