prototype_com revision 9622934a862fa39a8e90c816c4136e293d75629d
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER START
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# The contents of this file are subject to the terms of the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Common Development and Distribution License (the "License").
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You may not use this file except in compliance with the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# or http://www.opensolaris.org/os/licensing.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# See the License for the specific language governing permissions
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# and limitations under the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# When distributing Covered Code, include this CDDL HEADER in each
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# If applicable, add the following below this CDDL HEADER, with the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# fields enclosed by brackets "[]" replaced with your own identifying
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# information: Portions Copyright [yyyy] [name of copyright owner]
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER END
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Use is subject to license terms.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# ident "%Z%%M% %I% %E% SMI"
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# This required package information file contains a list of package contents.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# The 'pkgmk' command uses this file to identify the contents of a package
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# and their location on the development machine when building the package.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Can be created via a text editor or through use of the 'pkgproto' command.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#!search <pathname pathname ...> # where to find pkg objects
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#!include <filename> # include another 'prototype' file
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#!default <mode> <owner> <group> # default used if not specified on entry
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#!<param>=<value> # puts parameter in pkg environment
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# packaging files
9512fe850e98fdd448c638ca63fdd92a8a510255ahli pkginfo
9512fe850e98fdd448c638ca63fdd92a8a510255ahli copyright
i depend
#
# source locations relative to the prototype file
#
# SUNWpapi-lpr-cmds
#
d none usr 755 root sys
d none usr/bin 755 root bin
s none usr/bin/lpc=../sbin/print-service
s none usr/bin/lpq=../sbin/print-service
s none usr/bin/lpr=../sbin/print-service
s none usr/bin/lprm=../sbin/print-service