Deleted Added
full compact
ObsoleteFiles.inc (202216) ObsoleteFiles.inc (202217)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 202216 2010-01-13 18:59:51Z ed $
2# $FreeBSD: head/ObsoleteFiles.inc 202217 2010-01-13 19:03:48Z 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#

--- 9 unchanged lines hidden (view full) ---

20OLD_FILES+=usr/share/man/man3/logwtmp.3.gz
21OLD_FILES+=usr/share/man/man3/ulog_endutxent.3.gz
22OLD_FILES+=usr/share/man/man3/ulog_getutxent.3.gz
23OLD_FILES+=usr/share/man/man3/ulog_getutxline.3.gz
24OLD_FILES+=usr/share/man/man3/ulog_getutxuser.3.gz
25OLD_FILES+=usr/share/man/man3/ulog_pututxline.3.gz
26OLD_FILES+=usr/share/man/man3/ulog_setutxent.3.gz
27OLD_FILES+=usr/share/man/man3/ulog_setutxfile.3.gz
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#

--- 9 unchanged lines hidden (view full) ---

20OLD_FILES+=usr/share/man/man3/logwtmp.3.gz
21OLD_FILES+=usr/share/man/man3/ulog_endutxent.3.gz
22OLD_FILES+=usr/share/man/man3/ulog_getutxent.3.gz
23OLD_FILES+=usr/share/man/man3/ulog_getutxline.3.gz
24OLD_FILES+=usr/share/man/man3/ulog_getutxuser.3.gz
25OLD_FILES+=usr/share/man/man3/ulog_pututxline.3.gz
26OLD_FILES+=usr/share/man/man3/ulog_setutxent.3.gz
27OLD_FILES+=usr/share/man/man3/ulog_setutxfile.3.gz
28OLD_FILES+=usr/share/man/man5/lastlog.5.gz
29OLD_FILES+=usr/share/man/man5/utmp.5.gz
30OLD_FILES+=usr/share/man/man5/wtmp.5.gz
28OLD_LIBS+=lib/libutil.so.8
29# 20100105: new userland semaphore implementation
30OLD_FILES+=usr/include/sys/semaphore.h
31# 20100103: ntptrace(8) removed
32OLD_FILES+=usr/sbin/ntptrace
33OLD_FILES+=usr/share/man/man8/ntptrace.8.gz
34# 20091229: remove no longer relevant examples
35OLD_FILES+=usr/share/examples/pppd/auth-down.sample

--- 5172 unchanged lines hidden ---
31OLD_LIBS+=lib/libutil.so.8
32# 20100105: new userland semaphore implementation
33OLD_FILES+=usr/include/sys/semaphore.h
34# 20100103: ntptrace(8) removed
35OLD_FILES+=usr/sbin/ntptrace
36OLD_FILES+=usr/share/man/man8/ntptrace.8.gz
37# 20091229: remove no longer relevant examples
38OLD_FILES+=usr/share/examples/pppd/auth-down.sample

--- 5172 unchanged lines hidden ---