diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 9abe426bac9..2c96a683c52 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 7414114f9e4..8d5f9d99172 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 7639417b4bd..1e2e67382e2 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -95,7 +95,6 @@ SUBDIR= ac \ ${_mount_smbfs} \ moused \ ${_mptable} \ - mrouted \ mtest \ mtree \ ${_named} \