Remove DTrace tooklkit from the mtree and add the files to remove

to the ObsoleteFiles list.

Sponsored by:	DARPA, AFRL
This commit is contained in:
George V. Neville-Neil 2016-05-20 01:38:31 +00:00
parent 886b793d84
commit 71957470d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300256
2 changed files with 7 additions and 2 deletions

View File

@ -38,6 +38,13 @@
# xargs -n1 | sort | uniq -d;
# done
# 20160519: remove DTrace Toolkit from base
OLD_FILES+=usr/share/dtrace/toolkit/execsnoop*
OLD_FILES+=usr/share/dtrace/toolkit/hotkernel*
OLD_FILES+=usr/share/dtrace/toolkit/hotuser*
OLD_FILES+=usr/share/dtrace/toolkit/opensnoop*
OLD_FILES+=usr/share/dtrace/toolkit/procsystime*
OLD_DIRS+=usr/share/dtrace/toolkit
# 20160519: stale MLINK removed
OLD_FILES+=usr/share/man/man9/rman_await_resource.9.gz
# 20160517: ReiserFS removed

View File

@ -309,8 +309,6 @@
..
..
dtrace
toolkit
..
..
examples
BSD_daemon