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