ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/ObsoleteFiles.inc
(Generate patch)

Comparing trunk/ObsoleteFiles.inc (file contents):
Revision 325 by laffer1, Tue Oct 31 19:20:59 2006 UTC vs.
Revision 2369 by laffer1, Thu Dec 4 18:10:36 2008 UTC

# Line 1 | Line 1
1   #
2   # $FreeBSD: src/ObsoleteFiles.inc,v 1.25.2.3 2006/02/16 07:25:23 avatar Exp $
3 < # $MidnightBSD: src/ObsoleteFiles.inc,v 1.4 2006/08/28 00:44:25 laffer1 Exp $
3 > # $MidnightBSD: src/ObsoleteFiles.inc,v 1.14 2007/10/14 19:17:02 laffer1 Exp $
4   #
5   # This file lists old files (OLD_FILES), libraries (OLD_LIBS) and
6   # directories (OLD_DIRS) which should get removed at an update. Recently
# Line 15 | Line 15
15   # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
16   #
17  
18 + # 20081204:
19 + OLD_FILES+=/usr/sbin/usbd
20 + OLD_FILES+=/usr/share/man/man8/usbd.8.gz
21 + # 20071014: Remove early.sh
22 + OLD_FILES+=/etc/rc.d/early.sh
23 + # 20070410: Remove cvsbug from cvs installation
24 + OLD_FILES+=/usr/bin/cvsbug
25 + OLD_FILES+=/usr/share/man/man8/cvsbug.8.gz
26 + # 20070314: Remove send-pr
27 + OLD_FILES+=usr/bin/send-pr
28 + OLD_FILES+=usr/share/man/man1/send-pr.1.gz
29 + # 20070312: Remove BSD_daemon and FreeBSD_version
30 + OLD_FILES+=usr/share/examples/FreeBSD_version/FreeBSD_version.c
31 + OLD_FILES+=usr/share/examples/FreeBSD_version/README
32 + OLD_FILES+=usr/share/examples/FreeBSD_version/Makefile
33 + OLD_FILES+=usr/share/examples/BSD_daemon/FreeBSD.pfa
34 + OLD_FILES+=usr/share/examples/BSD_daemon/README
35 + OLD_FILES+=usr/share/examples/BSD_daemon/beastie.fig
36 + OLD_FILES+=usr/share/examples/BSD_daemon/beastie.eps
37 + OLD_FILES+=usr/share/examples/BSD_daemon/eps.patch
38 + OLD_FILES+=usr/share/examples/BSD_daemon/poster.sh
39 + # 20061231: Remove portsnap
40 + OLD_FILES+=etc/portsnap.conf
41 + OLD_FILES+=usr/sbin/portsnap
42 + OLD_FILES+=usr/share/man/cat8/portsnap.8.gz
43 + OLD_FILES+=usr/share/man/man5/portsnap.conf.5.gz
44 + OLD_FILES+=usr/share/man/man8/portsnap.8.gz
45 +
46 + # 20061226: Remove FreeBSD CVSup files
47 + OLD_FILES+=usr/share/examples/cvsup/cvs-supfile
48 + OLD_FILES+=usr/share/examples/cvsup/doc-supfile
49 + OLD_FILES+=usr/share/examples/cvsup/gnats-supfile
50 + OLD_FILES+=usr/share/examples/cvsup/ports-supfile
51 + OLD_FILES+=usr/share/examples/cvsup/stable-supfile
52 + OLD_FILES+=usr/share/examples/cvsup/www-supfile
53   # 20061031: Remove MAKEDEV man page as MidnightBSD never used it.
54   OLD_FILES+=usr/share/man/man8/MAKEDEV.8.gz
55   # 20060827: more ntpd files
# Line 266 | Line 301 | OLD_FILES+=usr/share/man/man1/sasc.1.gz
301   OLD_FILES+=usr/share/man/man1/sgsc.1.gz
302   OLD_FILES+=usr/share/man/man4/i386/stl.4.gz
303   OLD_FILES+=usr/share/man/man8/raidctl.8.gz
304 < .if ${TARGET_ARCH} != "alpha" && ${TARGET_ARCH} != "sparc64"
304 > .if ${TARGET_ARCH} != "sparc64"
305   # 20040130: libkse renamed to libpthread
306   OLD_FILES+=usr/lib/libkse.a
307   OLD_FILES+=usr/lib/libkse.so
# Line 2775 | Line 2810 | OLD_LIBS+=usr/lib/libpcap.so.2
2810   OLD_LIBS+=usr/lib/libisc.so.1
2811   # 200408XX
2812   OLD_LIBS+=usr/lib/snmp_netgraph.so.1
2813 < .if ${TARGET_ARCH} != "alpha" && ${TARGET_ARCH} != "sparc64"
2813 > .if ${TARGET_ARCH} != "sparc64"
2814   # 20040130: libkse renamed to libpthread
2815   OLD_LIBS+=usr/lib/libkse.so.1
2816   .endif
# Line 2864 | Line 2899 | OLD_LIBS+=usr/lib/libc_r.so.3
2899   # ???
2900   OLD_LIBS+=usr/lib/libgssapi.so.6
2901  
2902 + # 20070312: FreeBSD_version BSD_daemon
2903 + OLD_DIRS+=usr/share/examples/FreeBSD_version
2904 + OLD_DIRS+=usr/share/examples/BSD_daemon
2905   # 20040925: bind9 import
2906   OLD_DIRS+=usr/share/doc/bind/html
2907   OLD_DIRS+=usr/share/doc/bind/misc

Comparing trunk/ObsoleteFiles.inc (property cvs2svn:cvs-rev):
Revision 325 by laffer1, Tue Oct 31 19:20:59 2006 UTC vs.
Revision 2369 by laffer1, Thu Dec 4 18:10:36 2008 UTC

# Line 1 | Line 1
1 < 1.5
1 > 1.15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines