svn commit: r256337 - stable/10
Dag-Erling Smørgrav
des at FreeBSD.org
Fri Oct 11 20:15:39 UTC 2013
Author: des
Date: Fri Oct 11 20:15:38 2013
New Revision: 256337
URL: http://svnweb.freebsd.org/changeset/base/256337
Log:
MFH (r256334): remove extraneous but harmless /
Approved by: re (gjb)
Modified:
stable/10/ObsoleteFiles.inc
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/ObsoleteFiles.inc
==============================================================================
--- stable/10/ObsoleteFiles.inc Fri Oct 11 20:14:21 2013 (r256336)
+++ stable/10/ObsoleteFiles.inc Fri Oct 11 20:15:38 2013 (r256337)
@@ -39,7 +39,7 @@
# done
# 20131009: freebsd-version moved from /libexec to /bin
-OLD_FILES+=/libexec/freebsd-version
+OLD_FILES+=libexec/freebsd-version
# 20131001: ar and ranlib from binutils not used
OLD_FILES+=usr/bin/gnu-ar
OLD_FILES+=usr/bin/gnu-ranlib
More information about the svn-src-all
mailing list