prototype_sparc revision 7c478bd95313f5f23a4c958a745db2134aa03244
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# CDDL HEADER START
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# The contents of this file are subject to the terms of the
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# Common Development and Distribution License, Version 1.0 only
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# (the "License"). You may not use this file except in compliance
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# with the License.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# or http://www.opensolaris.org/os/licensing.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# See the License for the specific language governing permissions
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# and limitations under the License.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# When distributing Covered Code, include this CDDL HEADER in each
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# If applicable, add the following below this CDDL HEADER, with the
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# fields enclosed by brackets "[]" replaced with your own identifying
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# information: Portions Copyright [yyyy] [name of copyright owner]
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# CDDL HEADER END
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
98f04078d5fc5800e80b21e0b18abe0024af1cbeGowtham Thommandra# Copyright 2001-2003 Sun Microsystems, Inc. All rights reserved.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# Use is subject to license terms.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#pragma ident "%Z%%M% %I% %E% SMI"
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# This required package information file contains a list of package contents.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# The 'pkgmk' command uses this file to identify the contents of a package
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# and their location on the development machine when building the package.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# Can be created via a text editor or through use of the 'pkgproto' command.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#!search <pathname pathname ...> # where to find pkg objects
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#!include <filename> # include another 'prototype' file
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#!default <mode> <owner> <group> # default used if not specified on entry
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#!<param>=<value> # puts parameter in pkg environment
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# List files which are SPARC specific here
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# source locations relative to the prototype file
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobsi pkginfo
355b4669e025ff377602b6fc7caaf30dbc218371jacobsi copyright
355b4669e025ff377602b6fc7caaf30dbc218371jacobsi depend
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# Directories
355b4669e025ff377602b6fc7caaf30dbc218371jacobsd none usr 0755 root sys
355b4669e025ff377602b6fc7caaf30dbc218371jacobsd none usr/platform 0755 root sys
355b4669e025ff377602b6fc7caaf30dbc218371jacobsd none usr/platform/sun4u 0755 root sys
98f04078d5fc5800e80b21e0b18abe0024af1cbeGowtham Thommandrad none usr/platform/sun4u/lib 0755 root bin
98f04078d5fc5800e80b21e0b18abe0024af1cbeGowtham Thommandrad none usr/platform/sun4u/lib/rcm 0755 root sys
355b4669e025ff377602b6fc7caaf30dbc218371jacobsd none usr/platform/sun4u/lib/rcm/scripts 0755 root sys
355b4669e025ff377602b6fc7caaf30dbc218371jacobsd none usr/platform/sun4u/lib/sparcv9 0755 root bin
355b4669e025ff377602b6fc7caaf30dbc218371jacobsd none usr/platform/sun4u/sbin 0755 root bin
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# RCM script
355b4669e025ff377602b6fc7caaf30dbc218371jacobsf none usr/platform/sun4u/lib/rcm/scripts/SUNW,wrsm_lastwci 0755 root sys
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# Commands
355b4669e025ff377602b6fc7caaf30dbc218371jacobss none usr/platform/sun4u/sbin/wrsmconf=../../../../platform/sun4u/sbin/wrsmconf
355b4669e025ff377602b6fc7caaf30dbc218371jacobsf none usr/platform/sun4u/sbin/wrsmstat 0755 root sys
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# Libraries
355b4669e025ff377602b6fc7caaf30dbc218371jacobss none usr/platform/sun4u/lib/libwrsmconf.so.1=../../../../platform/sun4u/lib/libwrsmconf.so.1
355b4669e025ff377602b6fc7caaf30dbc218371jacobss none usr/platform/sun4u/lib/libwrsmconf.so=../../../../platform/sun4u/lib/libwrsmconf.so.1
355b4669e025ff377602b6fc7caaf30dbc218371jacobss none usr/platform/sun4u/lib/sparcv9/libwrsmconf.so.1=../../../../../platform/sun4u/lib/sparcv9/libwrsmconf.so.1
355b4669e025ff377602b6fc7caaf30dbc218371jacobss none usr/platform/sun4u/lib/sparcv9/libwrsmconf.so=../../../../../platform/sun4u/lib/sparcv9/libwrsmconf.so.1
355b4669e025ff377602b6fc7caaf30dbc218371jacobs