1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. 25# 26 27set name=pkg.fmri value=pkg:/system/file-system/nfs@$(PKGVERS) 28set name=pkg.summary value="Network File System (NFS) client support" 29set name=pkg.description value="Network File System (NFS) client support" 30set name=info.classification \ 31 value="org.opensolaris.category.2008:System/File System" 32set name=variant.arch value=$(ARCH) 33dir path=etc group=sys 34dir path=etc/default group=sys 35file path=etc/default/nfs group=sys original_name=SUNWnfsc:etc/default/nfs \ 36 preserve=renameold 37dir path=etc/fs group=sys 38dir path=etc/fs/nfs group=sys 39file path=etc/fs/nfs/mount mode=0555 40file path=etc/nfssec.conf group=sys original_name=SUNWnfsc:etc/nfssec.conf \ 41 preserve=true 42dir path=kernel group=sys 43dir path=kernel/fs group=sys 44dir path=kernel/fs/$(ARCH64) group=sys 45file path=kernel/fs/$(ARCH64)/nfs group=sys mode=0755 46dir path=kernel/misc group=sys 47dir path=kernel/misc/$(ARCH64) group=sys 48file path=kernel/misc/$(ARCH64)/klmmod group=sys mode=0755 49file path=kernel/misc/$(ARCH64)/klmops group=sys mode=0755 50file path=kernel/misc/$(ARCH64)/nfs_dlboot group=sys mode=0755 51dir path=kernel/sys group=sys 52dir path=kernel/sys/$(ARCH64) group=sys 53hardlink path=kernel/sys/$(ARCH64)/nfs target=../../../kernel/fs/$(ARCH64)/nfs 54dir path=lib 55dir path=lib/svc 56dir path=lib/svc/manifest group=sys 57dir path=lib/svc/manifest/network group=sys 58dir path=lib/svc/manifest/network/nfs group=sys 59file path=lib/svc/manifest/network/nfs/cbd.xml group=sys mode=0444 60file path=lib/svc/manifest/network/nfs/client.xml group=sys mode=0444 61file path=lib/svc/manifest/network/nfs/mapid.xml group=sys mode=0444 62file path=lib/svc/manifest/network/nfs/nlockmgr.xml group=sys mode=0444 63file path=lib/svc/manifest/network/nfs/status.xml group=sys mode=0444 64dir path=lib/svc/method 65file path=lib/svc/method/nfs-client mode=0555 66file path=lib/svc/method/nlockmgr mode=0555 67dir path=usr group=sys 68dir path=usr/bin 69file path=usr/bin/nfsstat mode=0555 70dir path=usr/lib 71dir path=usr/lib/fs group=sys 72dir path=usr/lib/fs/nfs group=sys 73file path=usr/lib/fs/nfs/dfmounts mode=0555 74file path=usr/lib/fs/nfs/dfshares mode=0555 75link path=usr/lib/fs/nfs/mount target=../../../../etc/fs/nfs/mount 76file path=usr/lib/fs/nfs/nfsfind group=sys mode=0555 77file path=usr/lib/fs/nfs/showmount mode=0555 78file path=usr/lib/fs/nfs/umount mode=0555 79dir path=usr/lib/nfs group=sys 80link path=usr/lib/nfs/libmapid.so target=libmapid.so.1 81file path=usr/lib/nfs/libmapid.so.1 82file path=usr/lib/nfs/lockd mode=0555 83file path=usr/lib/nfs/nfs4cbd mode=0555 84file path=usr/lib/nfs/nfsmapid mode=0555 85file path=usr/lib/nfs/statd mode=0555 86dir path=usr/sbin 87link path=usr/sbin/showmount target=../lib/fs/nfs/showmount 88dir path=usr/share/man 89dir path=usr/share/man/man1 90dir path=usr/share/man/man5 91file path=usr/share/man/man5/nfs.5 92file path=usr/share/man/man5/nfssec.conf.5 93dir path=usr/share/man/man8 94file path=usr/share/man/man8/mount_nfs.8 95file path=usr/share/man/man8/nfs4cbd.8 96file path=usr/share/man/man8/nfsmapid.8 97file path=usr/share/man/man8/nfsstat.8 98file path=usr/share/man/man8/showmount.8 99file path=usr/share/man/man8/statd.8 100dir path=var group=sys 101dir path=var/nfs 102dir path=var/nfs/v4_oldstate owner=daemon group=daemon 103dir path=var/nfs/v4_state owner=daemon group=daemon 104group groupname=unknown gid=96 105user username=unknown ftpuser=false gcos-field="Unknown Remote UID" \ 106 group=unknown uid=96 107legacy pkg=SUNWnfsckr \ 108 desc="Network File System (NFS) client kernel support (Root)" \ 109 name="Network File System (NFS) client kernel support (Root)" 110legacy pkg=SUNWnfscr desc="Network File System (NFS) client support (Root)" \ 111 name="Network File System (NFS) client support (Root)" 112legacy pkg=SUNWnfscu desc="Network File System (NFS) client support (Usr)" \ 113 name="Network File System (NFS) client support (Usr)" 114license cr_ATT license=cr_ATT 115license cr_Sun license=cr_Sun 116license lic_CDDL license=lic_CDDL 117license lic_OSBL license=lic_OSBL 118license lic_OSBL_preamble license=lic_OSBL_preamble 119depend type=require fmri=system/kernel/secure-rpc 120