aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-07-04 18:58:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-07-04 18:58:53 +0000
commit2c6298572ef443f4ee13d30557bf269e1576c315 (patch)
tree804447be01b2c12eeb8c5f723c13979f35d8637d /ObsoleteFiles.inc
parent9732d2c92a07e7e5900ff1b77795c5be4c6e5360 (diff)
downloadsrc-2c6298572ef443f4ee13d30557bf269e1576c315.tar.gz
src-2c6298572ef443f4ee13d30557bf269e1576c315.zip
Remove the oltr(4) driver. No one responded to calls for testing on
current@ and stable@ for the locking patches. The driver can always be revived if someone tests it. This driver also sleeps in its if_init routine, so it likely doesn't really work at all anyway in modern releases.
Notes
Notes: svn path=/head/; revision=180259
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index c0a4dcacc651..b2d8694e92d5 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,10 +14,15 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20080704: oltr(4) removed
+.if ${TARGET_ARCH} == "i386"
+OLD_FILES+=usr/share/man/man4/i386/if_oltr.4.gz
+OLD_FILES+=usr/share/man/man4/i386/oltr.4.gz
+.endif
# 20080704: arl(4) removed
.if ${TARGET_ARCH} == "i386"
OLD_FILES+=usr/sbin/arlcontrol
-OLD_FILES+=usr/share/man/man4/arl.4.gz
+OLD_FILES+=usr/share/man/man4/i386/arl.4.gz
OLD_FILES+=usr/share/man/man8/arlcontrol.8.gz
.endif
# 20080703: sunlabel only for sparc64