diff options
author | John Baldwin <jhb@FreeBSD.org> | 2016-05-20 17:41:12 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2016-05-20 17:41:12 +0000 |
commit | c99d7183654cfcc5a3ff71bcad5ff9758feb023e (patch) | |
tree | 61bee9848108fa23541ea5ea129dcedb02c71ab1 /ObsoleteFiles.inc | |
parent | 906a424b26cf9d9bbe8ddaf30199d1c1c5dc565c (diff) | |
download | src-test2-c99d7183654cfcc5a3ff71bcad5ff9758feb023e.tar.gz src-test2-c99d7183654cfcc5a3ff71bcad5ff9758feb023e.zip |
Notes
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 0be2b21400ef..873ef5eb1353 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -39,11 +39,11 @@ # 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_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 |