svn commit: r223794 - head
Rick Macklem
rmacklem at FreeBSD.org
Tue Jul 5 18:40:19 UTC 2011
Author: rmacklem
Date: Tue Jul 5 18:40:19 2011
New Revision: 223794
URL: http://svn.freebsd.org/changeset/base/223794
Log:
Delete files made obsolete by the change in default NFS client
and the move of nfs_kdtrace.h to sys/nfs.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Tue Jul 5 18:29:32 2011 (r223793)
+++ head/ObsoleteFiles.inc Tue Jul 5 18:40:19 2011 (r223794)
@@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20110705: the switch of default NFS client to the new one
+OLD_FILES+=sbin/mount_newnfs
+OLD_FILES+=usr/share/man/man8/mount_newnfs.8.gz
+OLD_FILES+=usr/include/nfsclient/nfs_kdtrace.h
# 20110502: new clang import which bumps version from 2.9 to 3.0
OLD_FILES+=usr/include/clang/2.9/emmintrin.h
OLD_FILES+=usr/include/clang/2.9/mm_malloc.h
More information about the svn-src-head
mailing list