Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2011 18:40:19 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223794 - head
Message-ID:  <201107051840.p65IeJwp080730@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107051840.p65IeJwp080730>