svn commit: r300316 - head

John Baldwin jhb at FreeBSD.org
Fri May 20 17:41:13 UTC 2016


Author: jhb
Date: Fri May 20 17:41:12 2016
New Revision: 300316
URL: https://svnweb.freebsd.org/changeset/base/300316

Log:
  Drop trailing asterisks.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Fri May 20 17:38:51 2016	(r300315)
+++ head/ObsoleteFiles.inc	Fri May 20 17:41:12 2016	(r300316)
@@ -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


More information about the svn-src-head mailing list