Deleted Added
full compact
ObsoleteFiles.inc (188652) ObsoleteFiles.inc (188941)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 188652 2009-02-15 18:30:44Z ed $
2# $FreeBSD: head/ObsoleteFiles.inc 188941 2009-02-23 18:22:49Z raj $
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#

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

1669OLD_FILES+=bin/nfsd
1670# 20020707 sbin/nfsd -> usr.sbin/nfsd
1671OLD_FILES+=sbin/nfsd
1672# 200206XX
1673OLD_FILES+=usr/lib/libpam_ssh.a
1674OLD_FILES+=usr/lib/libpam_ssh_p.a
1675OLD_FILES+=usr/bin/help
1676OLD_FILES+=usr/bin/sccs
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#

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

1669OLD_FILES+=bin/nfsd
1670# 20020707 sbin/nfsd -> usr.sbin/nfsd
1671OLD_FILES+=sbin/nfsd
1672# 200206XX
1673OLD_FILES+=usr/lib/libpam_ssh.a
1674OLD_FILES+=usr/lib/libpam_ssh_p.a
1675OLD_FILES+=usr/bin/help
1676OLD_FILES+=usr/bin/sccs
1677.if ${TARGET_ARCH} != "arm" && ${TARGET_ARCH} != "i386"
1677.if ${TARGET_ARCH} != "arm" && ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "powerpc"
1678OLD_FILES+=usr/bin/gdbserver
1679.endif
1680OLD_FILES+=usr/bin/ssh-keysign
1681OLD_FILES+=usr/sbin/gifconfig
1682OLD_FILES+=usr/sbin/prefix
1683# 200205XX
1684OLD_FILES+=usr/bin/doscmd
1685# 200204XX

--- 2939 unchanged lines hidden ---
1678OLD_FILES+=usr/bin/gdbserver
1679.endif
1680OLD_FILES+=usr/bin/ssh-keysign
1681OLD_FILES+=usr/sbin/gifconfig
1682OLD_FILES+=usr/sbin/prefix
1683# 200205XX
1684OLD_FILES+=usr/bin/doscmd
1685# 200204XX

--- 2939 unchanged lines hidden ---