From 13b3ebf134bec33cecfaeffdde8cd9d7abde6b43 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Fri, 29 Sep 2006 10:39:23 +0000 Subject: [PATCH] Remove mrouted and its utilities from the base system. They may now be obtained from ports. Discussed with: fenner, net@ --- ObsoleteFiles.inc | 9 +++++++++ UPDATING | 3 +++ usr.sbin/Makefile | 1 - 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 9abe426bac95..2c96a683c52d 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14,6 +14,15 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20060929: mrouted removed +OLD_FILES+=usr/sbin/map-mbone +OLD_FILES+=usr/sbin/mrinfo +OLD_FILES+=usr/sbin/mrouted +OLD_FILES+=usr/sbin/mtrace +OLD_FILES+=usr/share/man/man8/map-mbone.8.gz +OLD_FILES+=usr/share/man/man8/mrinfo.8.gz +OLD_FILES+=usr/share/man/man8/mrouted.8.gz +OLD_FILES+=usr/share/man/man8/mtrace.8.gz # 20060924: tcpslice removed OLD_FILES+=usr/sbin/tcpslice OLD_FILES+=usr/share/man/man1/tcpslice.1.gz diff --git a/UPDATING b/UPDATING index 7414114f9e4d..8d5f9d991724 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20060929: + mrouted and its utilities have been removed from the base system. + 20060924: tcpslice has been removed from the base system. diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 7639417b4bdb..1e2e67382e22 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -95,7 +95,6 @@ SUBDIR= ac \ ${_mount_smbfs} \ moused \ ${_mptable} \ - mrouted \ mtest \ mtree \ ${_named} \