From owner-svn-src-all@FreeBSD.ORG Thu Jan 8 00:39:33 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DED54265; Thu, 8 Jan 2015 00:39:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C619196E; Thu, 8 Jan 2015 00:39:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t080dWVf011521; Thu, 8 Jan 2015 00:39:32 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t080dV6W011514; Thu, 8 Jan 2015 00:39:31 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201501080039.t080dV6W011514@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Thu, 8 Jan 2015 00:39:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276800 - in head/tools/tools/nanobsd: gateworks pcengines X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 00:39:33 -0000 Author: imp Date: Thu Jan 8 00:39:30 2015 New Revision: 276800 URL: https://svnweb.freebsd.org/changeset/base/276800 Log: Move to new NFS client with NFSCL after old NFS clinet (NFSCLIENT) was removed. Modified: head/tools/tools/nanobsd/gateworks/G2348 head/tools/tools/nanobsd/gateworks/G2358 head/tools/tools/nanobsd/pcengines/ALIX_DSK head/tools/tools/nanobsd/pcengines/ALIX_NFS Modified: head/tools/tools/nanobsd/gateworks/G2348 ============================================================================== --- head/tools/tools/nanobsd/gateworks/G2348 Thu Jan 8 00:12:54 2015 (r276799) +++ head/tools/tools/nanobsd/gateworks/G2348 Thu Jan 8 00:39:30 2015 (r276800) @@ -41,7 +41,7 @@ options FFS #Berkeley Fast Filesystem #options SOFTUPDATES #Enable FFS soft updates support #options UFS_ACL #Support for access control lists #options UFS_DIRHASH #Improve performance on big directories -options NFSCLIENT #Network Filesystem Client +options NFSCL #New Network Filesystem Client options NFSLOCKD #Network Lock Manager options KTRACE #ktrace(1) support #options SYSVSHM #SYSV-style shared memory Modified: head/tools/tools/nanobsd/gateworks/G2358 ============================================================================== --- head/tools/tools/nanobsd/gateworks/G2358 Thu Jan 8 00:12:54 2015 (r276799) +++ head/tools/tools/nanobsd/gateworks/G2358 Thu Jan 8 00:39:30 2015 (r276800) @@ -41,7 +41,7 @@ options FFS #Berkeley Fast Filesystem #options SOFTUPDATES #Enable FFS soft updates support #options UFS_ACL #Support for access control lists #options UFS_DIRHASH #Improve performance on big directories -options NFSCLIENT #Network Filesystem Client +options NFSCL #New Network Filesystem Client options NFSLOCKD #Network Lock Manager options KTRACE #ktrace(1) support #options SYSVSHM #SYSV-style shared memory Modified: head/tools/tools/nanobsd/pcengines/ALIX_DSK ============================================================================== --- head/tools/tools/nanobsd/pcengines/ALIX_DSK Thu Jan 8 00:12:54 2015 (r276799) +++ head/tools/tools/nanobsd/pcengines/ALIX_DSK Thu Jan 8 00:39:30 2015 (r276800) @@ -14,7 +14,7 @@ options FFS options SOFTUPDATES options UFS_ACL options UFS_DIRHASH -options NFSCLIENT +options NFSCL # New Network Filesystem Client options NFSLOCKD options MSDOSFS options CD9660 @@ -26,7 +26,9 @@ options COMPAT_43TTY options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 -options COMPAT_FREEBSD7 +options COMPAT_FREEBSD7 # Compatible with FreeBSD7 +options COMPAT_FREEBSD9 # Compatible with FreeBSD9 +options COMPAT_FREEBSD10 # Compatible with FreeBSD10 options SCSI_DELAY=5000 options SYSVSHM options SYSVMSG Modified: head/tools/tools/nanobsd/pcengines/ALIX_NFS ============================================================================== --- head/tools/tools/nanobsd/pcengines/ALIX_NFS Thu Jan 8 00:12:54 2015 (r276799) +++ head/tools/tools/nanobsd/pcengines/ALIX_NFS Thu Jan 8 00:39:30 2015 (r276800) @@ -14,7 +14,7 @@ options FFS options SOFTUPDATES options UFS_ACL options UFS_DIRHASH -options NFSCLIENT +options NFSCL # New Network Filesystem Client options NFSLOCKD options MSDOSFS options CD9660 @@ -23,7 +23,12 @@ options PSEUDOFS options GEOM_PART_GPT options GEOM_LABEL options COMPAT_43TTY -options COMPAT_FREEBSD7 +options COMPAT_FREEBSD4 # Compatible with FreeBSD4 +options COMPAT_FREEBSD5 # Compatible with FreeBSD5 +options COMPAT_FREEBSD6 # Compatible with FreeBSD6 +options COMPAT_FREEBSD7 # Compatible with FreeBSD7 +options COMPAT_FREEBSD9 # Compatible with FreeBSD9 +options COMPAT_FREEBSD10 # Compatible with FreeBSD10 options SCSI_DELAY=5000 options SYSVSHM options SYSVMSG