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# 23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*a9478106SYuri Pankov# Copyright 2012 Nexenta Systems, Inc. All rights reserved. 25ead1f93eSLiane Praza# 26ead1f93eSLiane Praza 27ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/service/network/nis@$(PKGVERS) 28ead1f93eSLiane Prazaset name=pkg.description value="NIS Server for Solaris 2.6 and up" 29ead1f93eSLiane Prazaset name=pkg.summary value="NIS Server for Solaris" 30ead1f93eSLiane Prazaset name=info.classification \ 31ead1f93eSLiane Praza value="org.opensolaris.category.2008:System/Administration and Configuration" 32ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 33ead1f93eSLiane Prazadir path=etc group=sys 34ead1f93eSLiane Prazadir path=etc/default group=sys 35ebbab6bbSDan Pricedir path=lib 36ebbab6bbSDan Pricedir path=lib/svc 37ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys 38ebbab6bbSDan Pricedir path=lib/svc/manifest/network group=sys 39ebbab6bbSDan Pricedir path=lib/svc/manifest/network/nis group=sys 40ead1f93eSLiane Prazadir path=usr group=sys 41ead1f93eSLiane Prazadir path=usr/lib 42ead1f93eSLiane Prazadir path=usr/lib/netsvc group=sys 43ead1f93eSLiane Prazadir path=usr/lib/netsvc/yp 44ead1f93eSLiane Prazadir path=usr/sbin 45c10c16deSRichard Lowedir path=usr/share/man/man1m 46ead1f93eSLiane Prazadir path=var group=sys 47ead1f93eSLiane Prazadir path=var/yp 48ead1f93eSLiane Prazadir path=var/yp/binding 49ead1f93eSLiane Prazafile path=etc/default/yppasswdd group=sys \ 50ead1f93eSLiane Praza original_name=SUNWyp:etc/default/yppasswdd preserve=renamenew 51ebbab6bbSDan Pricefile path=lib/svc/manifest/network/nis/passwd.xml group=sys mode=0444 52ebbab6bbSDan Pricefile path=lib/svc/manifest/network/nis/server.xml group=sys mode=0444 53ebbab6bbSDan Pricefile path=lib/svc/manifest/network/nis/update.xml group=sys mode=0444 54ebbab6bbSDan Pricefile path=lib/svc/manifest/network/nis/xfr.xml group=sys mode=0444 55ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/inityp2l mode=0555 56ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/mkalias mode=0555 57ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/multi mode=0555 58ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/multi.awk mode=0555 59ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/rpc.yppasswdd mode=0555 60ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/rpc.ypupdated mode=0555 61ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/stdethers mode=0555 62ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/stdhosts mode=0555 63ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/udpublickey mode=0555 64ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/ypmap2src mode=0555 65ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/yppush mode=0555 66ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/ypserv mode=0555 67ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/ypxfr_1perday mode=0555 68ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/ypxfr_1perhour mode=0555 69ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/ypxfr_2perday mode=0555 70ead1f93eSLiane Prazafile path=usr/lib/netsvc/yp/ypxfrd mode=0555 71ead1f93eSLiane Prazafile path=usr/sbin/mknetid mode=0555 72ead1f93eSLiane Prazafile path=usr/sbin/revnetgroup mode=0555 73c10c16deSRichard Lowefile path=usr/share/man/man1m/inityp2l.1m 74c10c16deSRichard Lowefile path=usr/share/man/man1m/rpc.rexd.1m 75c10c16deSRichard Lowefile path=usr/share/man/man1m/rpc.yppasswdd.1m 76c10c16deSRichard Lowefile path=usr/share/man/man1m/rpc.ypupdated.1m 77c10c16deSRichard Lowefile path=usr/share/man/man1m/ypmake.1m 78c10c16deSRichard Lowefile path=usr/share/man/man1m/ypmap2src.1m 79c10c16deSRichard Lowefile path=usr/share/man/man1m/yppush.1m 80c10c16deSRichard Lowefile path=usr/share/man/man1m/ypserv.1m 81c10c16deSRichard Lowefile path=usr/share/man/man4/NISLDAPmapping.4 82c10c16deSRichard Lowefile path=usr/share/man/man4/securenets.4 83c10c16deSRichard Lowefile path=usr/share/man/man4/updaters.4 84c10c16deSRichard Lowefile path=usr/share/man/man4/ypfiles.4 85c10c16deSRichard Lowefile path=usr/share/man/man4/yppasswdd.4 86c10c16deSRichard Lowefile path=usr/share/man/man4/ypserv.4 87ead1f93eSLiane Prazafile path=var/yp/Makefile mode=0555 original_name=SUNWyp:var/yp/Makefile \ 88ead1f93eSLiane Praza preserve=renamenew 89ead1f93eSLiane Prazafile path=var/yp/updaters mode=0500 9071e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWypr desc="NIS Server for Solaris 2.6 and up" \ 9171e464e5SPeter Dennis - Sustaining Engineer name="NIS Server for Solaris (root)" 9271e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWypu desc="NIS Server for Solaris 2.6 and up" \ 9371e464e5SPeter Dennis - Sustaining Engineer name="NIS Server for Solaris (usr)" 94ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 95ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 96*a9478106SYuri Pankovlink path=usr/share/man/man1m/rexd.1m target=rpc.rexd.1m 97*a9478106SYuri Pankovlink path=usr/share/man/man1m/yppasswdd.1m target=rpc.yppasswdd.1m 98*a9478106SYuri Pankovlink path=usr/share/man/man1m/ypupdated.1m target=rpc.ypupdated.1m 99*a9478106SYuri Pankovlink path=usr/share/man/man1m/ypxfrd.1m target=ypserv.1m 100e95532deSRichard Lowedepend fmri=pkg:/developer/build/make type=require 101