summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2007-07-04 16:21:27 +0000
committerbz <bz@FreeBSD.org>2007-07-04 16:21:27 +0000
commit2e6ed0bb0287a6dbda884e9b1969bf9a332e41dd (patch)
tree7e5ee5d821976e26786f5606e3cc33d621ce0426
parent5211b6dbcfa872bdd4daf8c3e217ac106ea9a67c (diff)
downloadFreeBSD-src-2e6ed0bb0287a6dbda884e9b1969bf9a332e41dd.zip
FreeBSD-src-2e6ed0bb0287a6dbda884e9b1969bf9a332e41dd.tar.gz
Do not install man pages for the three I4B 'modules' that were
disabled for the FreeBSD 7.0 timeframe. Approved by: re (rwatson)
-rw-r--r--ObsoleteFiles.inc6
-rw-r--r--usr.sbin/i4b/man/Makefile5
2 files changed, 10 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 13a1e7d..fe72468 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.
#
+# 20070704: I4B 'modules' temporary disconnected
+.if ${TARGET_ARCH} == "i386"
+OLD_FILES+=usr/share/man/man4/i4bing.4.gz
+OLD_FILES+=usr/share/man/man4/i4bipr.4.gz
+OLD_FILES+=usr/share/man/man4/i4bisppp.4.gz
+.endif
# 20070703: pf 4.1 import
OLD_FILES+=usr/libexec/ftp-proxy
# 20070701: KAME IPSec removal
diff --git a/usr.sbin/i4b/man/Makefile b/usr.sbin/i4b/man/Makefile
index 561e5fe..75e464b 100644
--- a/usr.sbin/i4b/man/Makefile
+++ b/usr.sbin/i4b/man/Makefile
@@ -1,6 +1,9 @@
# $FreeBSD$
-MAN= i4b.4 i4bcapi.4 i4bctl.4 i4bing.4 i4bipr.4 i4bisppp.4 i4bq921.4 \
+MAN= i4b.4 i4bcapi.4 i4bctl.4 i4bq921.4 \
i4bq931.4 i4brbch.4 i4btel.4 i4btrc.4 iavc.4 isic.4 ifpi.4 \
ifpi2.4 ifpnp.4 ihfc.4 itjc.4 iwic.4
+# Temporary removed i4bing.4 i4bipr.4 i4bisppp.4 for 7.0 timeframe.
+# In case they are back also remove them from ObsoleteFiles.inc.
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud