svn commit: r223802 - head

Rick Macklem rmacklem at FreeBSD.org
Tue Jul 5 19:26:59 UTC 2011


Author: rmacklem
Date: Tue Jul  5 19:26:58 2011
New Revision: 223802
URL: http://svn.freebsd.org/changeset/base/223802

Log:
  Delete files made obsolete because they were moved to sys/nfs
  in order to be shared by both NFS clients.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Jul  5 18:55:56 2011	(r223801)
+++ head/ObsoleteFiles.inc	Tue Jul  5 19:26:58 2011	(r223802)
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20110705: files moved so both NFS clients can share them
+OLD_FILES+=usr/include/nfsclient/krpc.h
+OLD_FILES+=usr/include/nfsclient/nfsdiskless.h
 # 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


More information about the svn-src-all mailing list