system-file-system-nfs.mf revision 11996:91b62f7b8186
1145256Sjkoshy#
2145256Sjkoshy# CDDL HEADER START
3145256Sjkoshy#
4145256Sjkoshy# The contents of this file are subject to the terms of the
5145256Sjkoshy# Common Development and Distribution License (the "License").
6145256Sjkoshy# You may not use this file except in compliance with the License.
7145256Sjkoshy#
8145256Sjkoshy# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9145256Sjkoshy# or http://www.opensolaris.org/os/licensing.
10145256Sjkoshy# See the License for the specific language governing permissions
11145256Sjkoshy# and limitations under the License.
12145256Sjkoshy#
13145256Sjkoshy# When distributing Covered Code, include this CDDL HEADER in each
14145256Sjkoshy# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15145256Sjkoshy# If applicable, add the following below this CDDL HEADER, with the
16145256Sjkoshy# fields enclosed by brackets "[]" replaced with your own identifying
17145256Sjkoshy# information: Portions Copyright [yyyy] [name of copyright owner]
18145256Sjkoshy#
19145256Sjkoshy# CDDL HEADER END
20145256Sjkoshy#
21145256Sjkoshy
22145256Sjkoshy#
23145256Sjkoshy# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
24145256Sjkoshy# Use is subject to license terms.
25145256Sjkoshy#
26145256Sjkoshy
27145256Sjkoshyset name=pkg.fmri value=pkg:/system/file-system/nfs@$(PKGVERS)
28145256Sjkoshyset name=pkg.description value="Network File System (NFS) client support"
29145256Sjkoshyset name=pkg.summary value="Network File System (NFS) client support"
30145256Sjkoshyset name=info.classification \
31145256Sjkoshy    value="org.opensolaris.category.2008:System/File System"
32145256Sjkoshyset name=variant.arch value=$(ARCH)
33145338Smarcelset name=variant.opensolaris.zone value=global value=nonglobal
34145256Sjkoshydir path=etc group=sys
35145256Sjkoshydir path=etc/default group=sys
36145256Sjkoshydir path=etc/fs group=sys
37145256Sjkoshydir path=etc/fs/nfs group=sys
38147191Sjkoshydir path=kernel group=sys opensolaris.zone=global \
39145256Sjkoshy    variant.opensolaris.zone=global
40147191Sjkoshydir path=kernel/fs group=sys opensolaris.zone=global \
41145256Sjkoshy    variant.opensolaris.zone=global
42145256Sjkoshydir path=kernel/fs/$(ARCH64) group=sys opensolaris.zone=global \
43145256Sjkoshy    variant.opensolaris.zone=global
44145256Sjkoshydir path=kernel/misc group=sys opensolaris.zone=global \
45145256Sjkoshy    variant.opensolaris.zone=global
46145256Sjkoshydir path=kernel/misc/$(ARCH64) group=sys opensolaris.zone=global \
47145256Sjkoshy    variant.opensolaris.zone=global
48145256Sjkoshydir path=kernel/sys group=sys opensolaris.zone=global \
49145256Sjkoshy    variant.opensolaris.zone=global
50145256Sjkoshydir path=kernel/sys/$(ARCH64) group=sys opensolaris.zone=global \
51145256Sjkoshy    variant.opensolaris.zone=global
52145256Sjkoshydir path=lib
53145256Sjkoshydir path=lib/svc
54145256Sjkoshydir path=lib/svc/method
55145256Sjkoshydir path=usr group=sys
56145256Sjkoshydir path=usr/bin
57145256Sjkoshydir path=usr/lib
58145256Sjkoshydir path=usr/lib/fs group=sys
59145256Sjkoshydir path=usr/lib/fs/nfs group=sys
60145256Sjkoshydir path=usr/lib/nfs group=sys
61145256Sjkoshydir path=usr/sbin
62145256Sjkoshydir path=var group=sys
63145256Sjkoshydir path=var/nfs
64145256Sjkoshydir path=var/nfs/v4_oldstate group=daemon owner=daemon
65145256Sjkoshydir path=var/nfs/v4_state group=daemon owner=daemon
66145256Sjkoshydir path=lib/svc/manifest group=sys
67145256Sjkoshydir path=lib/svc/manifest/network group=sys
68145256Sjkoshydir path=lib/svc/manifest/network/nfs group=sys
69145256Sjkoshyfile path=etc/default/nfs group=sys original_name=SUNWnfsc:etc/default/nfs \
70145256Sjkoshy    preserve=true
71145256Sjkoshyfile path=etc/fs/nfs/mount mode=0555
72145256Sjkoshyfile path=etc/nfssec.conf group=sys original_name=SUNWnfsc:etc/nfssec.conf \
73145256Sjkoshy    preserve=true
74145256Sjkoshyfile path=kernel/fs/$(ARCH64)/nfs group=sys mode=0755 opensolaris.zone=global \
75145256Sjkoshy    reboot-needed=true variant.opensolaris.zone=global
76145256Sjkoshy$(i386_ONLY)file path=kernel/fs/nfs group=sys mode=0755 opensolaris.zone=global \
77145256Sjkoshy    reboot-needed=true variant.opensolaris.zone=global
78145256Sjkoshyfile path=kernel/misc/$(ARCH64)/klmmod group=sys mode=0755 \
79145256Sjkoshy    opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global
80145256Sjkoshyfile path=kernel/misc/$(ARCH64)/klmops group=sys mode=0755 \
81145256Sjkoshy    opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global
82145256Sjkoshyfile path=kernel/misc/$(ARCH64)/nfs_dlboot group=sys mode=0755 \
83145256Sjkoshy    opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global
84145256Sjkoshy$(i386_ONLY)file path=kernel/misc/klmmod group=sys mode=0755 \
85145256Sjkoshy    opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global
86145256Sjkoshy$(i386_ONLY)file path=kernel/misc/klmops group=sys mode=0755 \
87145256Sjkoshy    opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global
88145256Sjkoshy$(i386_ONLY)file path=kernel/misc/nfs_dlboot group=sys mode=0755 \
89145256Sjkoshy    opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global
90145256Sjkoshyfile path=lib/svc/method/nfs-client mode=0555
91145256Sjkoshyfile path=lib/svc/method/nlockmgr mode=0555
92145256Sjkoshyfile path=usr/bin/nfsstat mode=0555
93145256Sjkoshyfile path=usr/bin/on mode=0555
94145256Sjkoshyfile path=usr/lib/fs/nfs/dfmounts mode=0555
95145256Sjkoshyfile path=usr/lib/fs/nfs/dfshares mode=0555
96145256Sjkoshyfile path=usr/lib/fs/nfs/nfsfind group=sys mode=0555
97145256Sjkoshyfile path=usr/lib/fs/nfs/showmount mode=0555
98145256Sjkoshyfile path=usr/lib/fs/nfs/umount mode=0555
99145256Sjkoshyfile path=usr/lib/nfs/libmapid.so.1
100145774Sjkoshyfile path=usr/lib/nfs/llib-lmapid
101145774Sjkoshyfile path=usr/lib/nfs/llib-lmapid.ln
102151205Sjkoshyfile path=usr/lib/nfs/lockd mode=0555
103151205Sjkoshyfile path=usr/lib/nfs/nfs4cbd mode=0555
104151205Sjkoshyfile path=usr/lib/nfs/nfsmapid mode=0555
105145256Sjkoshyfile path=usr/lib/nfs/statd mode=0555
106151205Sjkoshyfile path=lib/svc/manifest/network/nfs/cbd.xml group=sys mode=0444
107151205Sjkoshyfile path=lib/svc/manifest/network/nfs/client.xml group=sys mode=0444
108151205Sjkoshyfile path=lib/svc/manifest/network/nfs/mapid.xml group=sys mode=0444
109145774Sjkoshyfile path=lib/svc/manifest/network/nfs/nlockmgr.xml group=sys mode=0444
110145774Sjkoshyfile path=lib/svc/manifest/network/nfs/status.xml group=sys mode=0444
111151205Sjkoshygroup groupname=unknown gid=96
112151205Sjkoshyhardlink path=kernel/sys/$(ARCH64)/nfs opensolaris.zone=global \
113151205Sjkoshy    target=../../../kernel/fs/$(ARCH64)/nfs variant.opensolaris.zone=global
114151205Sjkoshy$(i386_ONLY)hardlink path=kernel/sys/nfs opensolaris.zone=global \
115151205Sjkoshy    target=../../kernel/fs/nfs variant.opensolaris.zone=global
116151205Sjkoshylegacy pkg=SUNWnfsckr arch=$(ARCH) category=system \
117151205Sjkoshy    desc="Network File System (NFS) client kernel support (Root)" \
118151205Sjkoshy    hotline="Please contact your local service provider" \
119151205Sjkoshy    name="Network File System (NFS) client kernel support (Root)" \
120151205Sjkoshy    vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11
121151205Sjkoshylegacy pkg=SUNWnfscr arch=$(ARCH) category=system \
122151205Sjkoshy    desc="Network File System (NFS) client support (Root)" \
123151205Sjkoshy    hotline="Please contact your local service provider" \
124145774Sjkoshy    name="Network File System (NFS) client support (Root)" \
125145774Sjkoshy    vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11
126145774Sjkoshylegacy pkg=SUNWnfscu arch=$(ARCH) category=system \
127145774Sjkoshy    desc="Network File System (NFS) client support (Usr)" \
128145774Sjkoshy    hotline="Please contact your local service provider" \
129145774Sjkoshy    name="Network File System (NFS) client support (Usr)" \
130145774Sjkoshy    vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11
131145774Sjkoshylicense cr_ATT license=cr_ATT
132145774Sjkoshylicense cr_Sun license=cr_Sun
133145774Sjkoshylicense lic_CDDL license=lic_CDDL
134145774Sjkoshylicense lic_OSBL license=lic_OSBL
135145774Sjkoshylicense lic_OSBL_preamble license=lic_OSBL_preamble
136145774Sjkoshylink path=usr/lib/fs/nfs/mount target=../../../../etc/fs/nfs/mount
137145774Sjkoshylink path=usr/lib/nfs/libmapid.so target=libmapid.so.1
138145774Sjkoshylink path=usr/sbin/showmount target=../lib/fs/nfs/showmount
139147191Sjkoshyuser username=unknown gcos-field="Unknown Remote UID" group=unknown uid=96
140147191Sjkoshydepend fmri=system/kernel/secure-rpc type=require
141147191Sjkoshy