125b05a3eSAndy Fiddaman# 225b05a3eSAndy Fiddaman# CDDL HEADER START 325b05a3eSAndy Fiddaman# 425b05a3eSAndy Fiddaman# The contents of this file are subject to the terms of the 525b05a3eSAndy Fiddaman# Common Development and Distribution License (the "License"). 625b05a3eSAndy Fiddaman# You may not use this file except in compliance with the License. 725b05a3eSAndy Fiddaman# 825b05a3eSAndy Fiddaman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 925b05a3eSAndy Fiddaman# or http://www.opensolaris.org/os/licensing. 1025b05a3eSAndy Fiddaman# See the License for the specific language governing permissions 1125b05a3eSAndy Fiddaman# and limitations under the License. 1225b05a3eSAndy Fiddaman# 1325b05a3eSAndy Fiddaman# When distributing Covered Code, include this CDDL HEADER in each 1425b05a3eSAndy Fiddaman# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1525b05a3eSAndy Fiddaman# If applicable, add the following below this CDDL HEADER, with the 1625b05a3eSAndy Fiddaman# fields enclosed by brackets "[]" replaced with your own identifying 1725b05a3eSAndy Fiddaman# information: Portions Copyright [yyyy] [name of copyright owner] 1825b05a3eSAndy Fiddaman# 1925b05a3eSAndy Fiddaman# CDDL HEADER END 2025b05a3eSAndy Fiddaman# 2125b05a3eSAndy Fiddaman 2225b05a3eSAndy Fiddaman# 2325b05a3eSAndy Fiddaman# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 2425b05a3eSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. 2525b05a3eSAndy Fiddaman# 2625b05a3eSAndy Fiddaman 2725b05a3eSAndy Fiddaman# 2825b05a3eSAndy Fiddaman# The default for payload-bearing actions in this package is to appear in the 2925b05a3eSAndy Fiddaman# global zone only. See the include file for greater detail, as well as 3025b05a3eSAndy Fiddaman# information about overriding the defaults. 3125b05a3eSAndy Fiddaman# 3225b05a3eSAndy Fiddaman<include global_zone_only_component> 3325b05a3eSAndy Fiddamanset name=pkg.fmri value=pkg:/service/storage/ndmp@$(PKGVERS) 3425b05a3eSAndy Fiddamanset name=pkg.summary value="Network Data Management Protocol Service (User)" 3525b05a3eSAndy Fiddamanset name=pkg.description \ 3625b05a3eSAndy Fiddaman value="Network Data Management Protocol Service (user components)" 3725b05a3eSAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Services 3825b05a3eSAndy Fiddamanset name=variant.arch value=$(ARCH) 3925b05a3eSAndy Fiddamandir path=lib 4025b05a3eSAndy Fiddamandir path=lib/svc 4125b05a3eSAndy Fiddamandir path=lib/svc/manifest group=sys 4225b05a3eSAndy Fiddamandir path=lib/svc/manifest/system group=sys 4325b05a3eSAndy Fiddamanfile path=lib/svc/manifest/system/ndmp.xml group=sys mode=0444 4425b05a3eSAndy Fiddamandir path=lib/svc/method 4525b05a3eSAndy Fiddamanfile path=lib/svc/method/svc-ndmp mode=0555 4625b05a3eSAndy Fiddamandir path=usr group=sys 4725b05a3eSAndy Fiddamandir path=usr/include 4825b05a3eSAndy Fiddamanfile path=usr/include/libndmp.h 4925b05a3eSAndy Fiddamandir path=usr/lib 5025b05a3eSAndy Fiddamandir path=usr/lib/$(ARCH64) 5125b05a3eSAndy Fiddamanlink path=usr/lib/$(ARCH64)/libndmp.so target=libndmp.so.1 5225b05a3eSAndy Fiddamanfile path=usr/lib/$(ARCH64)/libndmp.so.1 5325b05a3eSAndy Fiddamanlink path=usr/lib/libndmp.so target=libndmp.so.1 5425b05a3eSAndy Fiddamanfile path=usr/lib/libndmp.so.1 5525b05a3eSAndy Fiddamandir path=usr/lib/ndmp 5625b05a3eSAndy Fiddamanfile path=usr/lib/ndmp/ndmpd mode=0555 5725b05a3eSAndy Fiddamandir path=usr/sbin 5825b05a3eSAndy Fiddamanfile path=usr/sbin/ndmpadm mode=0555 5925b05a3eSAndy Fiddamanfile path=usr/sbin/ndmpstat mode=0555 6025b05a3eSAndy Fiddamandir path=usr/share/man 61*bbf21555SRichard Lowedir path=usr/share/man/man5 62*bbf21555SRichard Lowefile path=usr/share/man/man5/ndmp.5 63*bbf21555SRichard Lowedir path=usr/share/man/man8 64*bbf21555SRichard Lowefile path=usr/share/man/man8/ndmpadm.8 65*bbf21555SRichard Lowefile path=usr/share/man/man8/ndmpd.8 66*bbf21555SRichard Lowefile path=usr/share/man/man8/ndmpstat.8 6725b05a3eSAndy Fiddamanlegacy pkg=SUNWndmpr \ 6825b05a3eSAndy Fiddaman desc="Network Data Management Protocol Service (root components)" \ 6925b05a3eSAndy Fiddaman name="Network Data Management Protocol Service (Root)" 7025b05a3eSAndy Fiddamanlegacy pkg=SUNWndmpu \ 7125b05a3eSAndy Fiddaman desc="Network Data Management Protocol Service (user components)" \ 7225b05a3eSAndy Fiddaman name="Network Data Management Protocol Service (User)" 7325b05a3eSAndy Fiddamanlicense cr_Sun license=cr_Sun 7425b05a3eSAndy Fiddamanlicense lic_OSBL license=lic_OSBL 7525b05a3eSAndy Fiddamanlicense lic_OSBL_preamble license=lic_OSBL_preamble 7625b05a3eSAndy Fiddamanlicense usr/src/cmd/ndmpd/LICENSE license=usr/src/cmd/ndmpd/LICENSE 77