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 2012 Nexenta Systems, Inc. All rights reserved. 25# Copyright 2014 Garrett D'Amore <garrett@damore.org> 26# 27 28set name=pkg.fmri value=pkg:/system/network/nis@$(PKGVERS) 29set name=pkg.summary value="Network Information System" 30set name=pkg.description \ 31 value="utilities for the Network Information System (NIS)" 32set name=info.classification \ 33 value="org.opensolaris.category.2008:System/Administration and Configuration" 34set name=variant.arch value=$(ARCH) 35dir path=etc group=sys 36file path=etc/nsswitch.nis group=sys 37file path=etc/publickey original_name=SUNWnis:etc/publickey preserve=true 38dir path=lib 39dir path=lib/svc 40dir path=lib/svc/manifest group=sys 41dir path=lib/svc/manifest/network group=sys 42dir path=lib/svc/manifest/network/nis group=sys 43file path=lib/svc/manifest/network/nis/client.xml group=sys mode=0444 44dir path=lib/svc/manifest/network/rpc group=sys 45dir path=usr group=sys 46dir path=usr/bin 47file path=usr/bin/chkey group=sys mode=4555 48file path=usr/bin/ldaplist mode=0555 49file path=usr/bin/ypcat group=other mode=0555 50file path=usr/bin/ypmatch group=other mode=0555 51file path=usr/bin/yppasswd mode=0555 52file path=usr/bin/ypwhich group=other mode=0555 53dir path=usr/lib 54dir path=usr/lib/ldap 55file path=usr/lib/ldap/idsconfig mode=0555 56file path=usr/lib/ldap/ldap_cachemgr mode=0555 57link path=usr/lib/libnisdb.so target=./libnisdb.so.2 58file path=usr/lib/libnisdb.so.2 59dir path=usr/lib/netsvc group=sys 60dir path=usr/lib/netsvc/nis group=sys 61dir path=usr/lib/netsvc/yp 62file path=usr/lib/netsvc/yp/ypbind mode=0555 63file path=usr/lib/netsvc/yp/ypstart mode=0555 64file path=usr/lib/netsvc/yp/ypstop mode=0555 65file path=usr/lib/netsvc/yp/ypxfr mode=0555 66dir path=usr/sbin 67file path=usr/sbin/ldapaddent mode=0555 68file path=usr/sbin/ldapclient mode=0555 69file path=usr/sbin/newkey group=sys mode=0555 70file path=usr/sbin/ypalias mode=0555 71file path=usr/sbin/ypinit mode=0555 72file path=usr/sbin/yppoll mode=0555 73file path=usr/sbin/ypset mode=0555 74dir path=usr/share/man 75dir path=usr/share/man/man1 76file path=usr/share/man/man1/chkey.1 77file path=usr/share/man/man1/ldaplist.1 78file path=usr/share/man/man1/ypcat.1 79file path=usr/share/man/man1/ypmatch.1 80file path=usr/share/man/man1/yppasswd.1 81file path=usr/share/man/man1/ypwhich.1 82dir path=usr/share/man/man5 83file path=usr/share/man/man5/defaultdomain.5 84file path=usr/share/man/man5/publickey.5 85dir path=usr/share/man/man8 86file path=usr/share/man/man8/idsconfig.8 87file path=usr/share/man/man8/ldap_cachemgr.8 88file path=usr/share/man/man8/ldapaddent.8 89file path=usr/share/man/man8/ldapclient.8 90file path=usr/share/man/man8/newkey.8 91file path=usr/share/man/man8/ypbind.8 92file path=usr/share/man/man8/ypinit.8 93file path=usr/share/man/man8/yppoll.8 94file path=usr/share/man/man8/ypset.8 95file path=usr/share/man/man8/ypstart.8 96link path=usr/share/man/man8/ypstop.8 target=ypstart.8 97file path=usr/share/man/man8/ypxfr.8 98link path=usr/share/man/man8/ypxfr_1perday.8 target=ypxfr.8 99link path=usr/share/man/man8/ypxfr_1perhour.8 target=ypxfr.8 100link path=usr/share/man/man8/ypxfr_2perday.8 target=ypxfr.8 101dir path=var group=sys 102dir path=var/ldap group=sys 103dir path=var/yp 104file path=var/yp/aliases mode=0555 original_name=SUNWnis:var/yp/aliases \ 105 preserve=true 106dir path=var/yp/binding 107file path=var/yp/nicknames original_name=SUNWnis:var/yp/nicknames preserve=true 108legacy pkg=SUNWnisr \ 109 desc="configuration files and directories for the Network Information System (NIS)" \ 110 name="Network Information System, (Root)" 111legacy pkg=SUNWnisu desc="utilities for the Network Information System (NIS)" \ 112 name="Network Information System, (Usr)" 113license cr_Sun license=cr_Sun 114license lic_CDDL license=lic_CDDL 115depend type=require fmri=pkg:/developer/build/make 116