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 2018 Nexenta Systems, Inc. All rights reserved. 25# 26 27set name=pkg.fmri value=pkg:/service/file-system/nfs@$(PKGVERS) 28set name=pkg.summary value="Network File System (NFS) server support" 29set name=pkg.description value="Network File System (NFS) server 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/nfslogd group=sys \ 36 original_name=SUNWnfss:etc/default/nfslogd preserve=true 37dir path=etc/nfs group=sys 38file path=etc/nfs/nfslog.conf group=sys \ 39 original_name=SUNWnfss:etc/nfs/nfslog.conf preserve=true 40dir path=kernel group=sys 41dir path=kernel/misc group=sys 42dir path=kernel/misc/$(ARCH64) group=sys 43file path=kernel/misc/$(ARCH64)/nfssrv group=sys mode=0755 44dir path=lib 45dir path=lib/svc 46dir path=lib/svc/manifest group=sys 47dir path=lib/svc/manifest/network group=sys 48dir path=lib/svc/manifest/network/nfs group=sys 49file path=lib/svc/manifest/network/nfs/nfslogd.xml group=sys mode=0444 50file path=lib/svc/manifest/network/nfs/rquota.xml group=sys mode=0444 51file path=lib/svc/manifest/network/nfs/server.xml group=sys mode=0444 52dir path=lib/svc/method 53file path=lib/svc/method/nfs-server mode=0555 54dir path=usr group=sys 55dir path=usr/lib 56dir path=usr/lib/fs group=sys 57dir path=usr/lib/fs/nfs group=sys 58dir path=usr/lib/fs/nfs/$(ARCH64) group=sys 59file path=usr/lib/fs/nfs/$(ARCH64)/libshare_nfs.so.1 60file path=usr/lib/fs/nfs/libshare_nfs.so.1 61dir path=usr/lib/nfs group=sys 62dir path=usr/lib/nfs/dtrace group=bin 63file path=usr/lib/nfs/dtrace/nfs-time.d mode=0555 64file path=usr/lib/nfs/dtrace/nfs-trace.d mode=0555 65file path=usr/lib/nfs/mountd mode=0555 66file path=usr/lib/nfs/nfsd mode=0555 67file path=usr/lib/nfs/nfslogd mode=0555 68file path=usr/lib/nfs/rquotad mode=0555 69dir path=usr/lib/reparse group=bin 70dir path=usr/lib/reparse/$(ARCH64) group=sys 71link path=usr/lib/reparse/$(ARCH64)/libnfs_basic.so target=./libnfs_basic.so.1 72file path=usr/lib/reparse/$(ARCH64)/libnfs_basic.so.1 73link path=usr/lib/reparse/libnfs_basic.so target=./libnfs_basic.so.1 74file path=usr/lib/reparse/libnfs_basic.so.1 75dir path=usr/sbin 76file path=usr/sbin/exportfs mode=0555 77file path=usr/sbin/nfsref mode=0555 78dir path=usr/share/man 79file path=usr/share/man/man5/nfslog.conf.5 80file path=usr/share/man/man5/rmtab.5 81dir path=usr/share/man/man7 82file path=usr/share/man/man7/nfssec.7 83dir path=usr/share/man/man8 84file path=usr/share/man/man8/mountd.8 85file path=usr/share/man/man8/nfsd.8 86file path=usr/share/man/man8/nfslogd.8 87file path=usr/share/man/man8/rquotad.8 88legacy pkg=SUNWnfsskr \ 89 desc="Network File System (NFS) server kernel support (Root)" \ 90 name="Network File System (NFS) server kernel support (Root)" 91legacy pkg=SUNWnfssr desc="Network File System (NFS) server support (Root)" \ 92 name="Network File System (NFS) server support (Root)" 93legacy pkg=SUNWnfssu desc="Network File System (NFS) server support (Usr)" \ 94 name="Network File System (NFS) server support (Usr)" 95license cr_Sun license=cr_Sun 96license lic_CDDL license=lic_CDDL 97