summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-07-04 18:15:36 +0000
committerjhb <jhb@FreeBSD.org>2008-07-04 18:15:36 +0000
commitcb0b8573c7a8427ae1fc840dfae0a197ed255063 (patch)
tree4a416c17f565be349b5676a518d2186e34603244 /ObsoleteFiles.inc
parente06b58767a51f46bbbd0068fee71506856408a28 (diff)
downloadFreeBSD-src-cb0b8573c7a8427ae1fc840dfae0a197ed255063.zip
FreeBSD-src-cb0b8573c7a8427ae1fc840dfae0a197ed255063.tar.gz
Remove the arl(4) driver. It is reported to not work on 6.x or later
even though the driver hasn't changed since 4.x (last known working release).
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 8def4ea..c0a4dca 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,12 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 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/man8/arlcontrol.8.gz
+.endif
# 20080703: sunlabel only for sparc64
.if ${TARGET_ARCH} != "sparc64"
OLD_FILES+=sbin/sunlabel
OpenPOWER on IntegriCloud