view usr/src/pkg/manifests/system-network-nis.mf @ 13210:f351141eee23

333 NIS packages require make, should depend on it Reviewed by: garrett@nexenta.com Approved by: gwr@nexenta.com
author Richard Lowe <richlowe@richlowe.net>
date Mon, 11 Oct 2010 19:35:43 -0400
parents 97ef25510836
children b54231762cfa
line wrap: on
line source

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri value=pkg:/system/network/nis@$(PKGVERS)
set name=pkg.description \
    value="utilities for the Network Information System (NIS)"
set name=pkg.summary value="Network Information System"
set name=info.classification \
    value="org.opensolaris.category.2008:System/Administration and Configuration"
set name=variant.arch value=$(ARCH)
dir path=etc group=sys
dir path=lib
dir path=lib/svc
dir path=lib/svc/manifest group=sys
dir path=lib/svc/manifest/network group=sys
dir path=lib/svc/manifest/network/nis group=sys
dir path=lib/svc/manifest/network/rpc group=sys
dir path=usr group=sys
dir path=usr/bin
dir path=usr/lib
dir path=usr/lib/ldap
dir path=usr/lib/netsvc group=sys
dir path=usr/lib/netsvc/nis group=sys
dir path=usr/lib/netsvc/yp
dir path=usr/sbin
dir path=var group=sys
dir path=var/ldap group=sys
dir path=var/yp
dir path=var/yp/binding
file path=etc/nsswitch.nis group=sys
file path=etc/publickey original_name=SUNWnis:etc/publickey preserve=true
file path=lib/svc/manifest/network/nis/client.xml group=sys mode=0444
file path=lib/svc/manifest/network/rpc/rex.xml group=sys mode=0444
file path=usr/bin/chkey group=sys mode=4555
file path=usr/bin/ldaplist mode=0555
file path=usr/bin/ypcat group=other mode=0555
file path=usr/bin/ypmatch group=other mode=0555
file path=usr/bin/yppasswd mode=0555
file path=usr/bin/ypwhich group=other mode=0555
file path=usr/lib/ldap/idsconfig mode=0555
file path=usr/lib/ldap/ldap_cachemgr mode=0555
file path=usr/lib/libnisdb.so.2
file path=usr/lib/netsvc/yp/ypbind mode=0555
file path=usr/lib/netsvc/yp/ypstart mode=0555
file path=usr/lib/netsvc/yp/ypstop mode=0555
file path=usr/lib/netsvc/yp/ypxfr mode=0555
file path=usr/sbin/gettable mode=0555
file path=usr/sbin/htable mode=0555
file path=usr/sbin/ldapaddent mode=0555
file path=usr/sbin/ldapclient mode=0555
file path=usr/sbin/newkey group=sys mode=0555
file path=usr/sbin/rpc.rexd mode=0555
file path=usr/sbin/ypalias mode=0555
file path=usr/sbin/ypinit mode=0555
file path=usr/sbin/yppoll mode=0555
file path=usr/sbin/ypset mode=0555
file path=var/yp/aliases mode=0555 original_name=SUNWnis:var/yp/aliases \
    preserve=true
file path=var/yp/nicknames original_name=SUNWnis:var/yp/nicknames \
    preserve=true
legacy pkg=SUNWnisr \
    desc="configuration files and directories for the Network Information System (NIS)" \
    name="Network Information System, (Root)"
legacy pkg=SUNWnisu desc="utilities for the Network Information System (NIS)" \
    name="Network Information System, (Usr)"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
link path=usr/lib/libnisdb.so target=./libnisdb.so.2
depend fmri=pkg:/developer/build/make type=require