Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2011 19:26:58 +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: r223802 - head
Message-ID:  <201107051926.p65JQwGM082461@svn.freebsd.org>

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



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