prototype_com revision 4246c8e92ef9ad6ada2b992b7af02832ff071bf7
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER START
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# The contents of this file are subject to the terms of the
1ab7f2ded02e7a1bc3c73516eb27efa79bf2a2ffmaybee# Common Development and Distribution License (the "License").
1ab7f2ded02e7a1bc3c73516eb27efa79bf2a2ffmaybee# You may not use this file except in compliance with the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fa9e4066f08beec538e775443c5be79dd423fcabahrens# or http://www.opensolaris.org/os/licensing.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# See the License for the specific language governing permissions
fa9e4066f08beec538e775443c5be79dd423fcabahrens# and limitations under the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# When distributing Covered Code, include this CDDL HEADER in each
fa9e4066f08beec538e775443c5be79dd423fcabahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# If applicable, add the following below this CDDL HEADER, with the
fa9e4066f08beec538e775443c5be79dd423fcabahrens# fields enclosed by brackets "[]" replaced with your own identifying
fa9e4066f08beec538e775443c5be79dd423fcabahrens# information: Portions Copyright [yyyy] [name of copyright owner]
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER END
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
495807d7dceb9c0357efb5f483dbf9f951dfeec6Matthew Ahrens# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Use is subject to license terms.
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
ce636f8b38e8c9ff484e880d9abb27251a882860Matthew Ahrens# This required package information file contains a list of package contents.
73527f441cbbd953fa42cc5a30a413bad75f24a9Alex Reece# The 'pkgmk' command uses this file to identify the contents of a package
ce636f8b38e8c9ff484e880d9abb27251a882860Matthew Ahrens# and their location on the development machine when building the package.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Can be created via a text editor or through use of the 'pkgproto' command.
fa9e4066f08beec538e775443c5be79dd423fcabahrens
fa9e4066f08beec538e775443c5be79dd423fcabahrens#!search <pathname pathname ...> # where to find pkg objects
fa9e4066f08beec538e775443c5be79dd423fcabahrens#!include <filename> # include another 'prototype' file
fa9e4066f08beec538e775443c5be79dd423fcabahrens#!default <mode> <owner> <group> # default used if not specified on entry
fa9e4066f08beec538e775443c5be79dd423fcabahrens#!<param>=<value> # puts parameter in pkg environment
fa9e4066f08beec538e775443c5be79dd423fcabahrens
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrensi copyright
fa9e4066f08beec538e775443c5be79dd423fcabahrensi pkginfo
fa9e4066f08beec538e775443c5be79dd423fcabahrensi depend
fa9e4066f08beec538e775443c5be79dd423fcabahrensi preinstall
fa9e4066f08beec538e775443c5be79dd423fcabahrensi postinstall
fa9e4066f08beec538e775443c5be79dd423fcabahrensi preremove
fa9e4066f08beec538e775443c5be79dd423fcabahrensi i.manifest
fa9e4066f08beec538e775443c5be79dd423fcabahrensi r.manifest
468c413a79615e77179e8d98f22a7e513a8135bdTim Haleyi i.iscsiconf
468c413a79615e77179e8d98f22a7e513a8135bdTim Haley
468c413a79615e77179e8d98f22a7e513a8135bdTim Haley#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# SUNWiscsir files
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none var 755 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none var/svc 755 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none var/svc/manifest 755 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none var/svc/manifest/network 755 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none var/svc/manifest/network/iscsi 755 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrensf manifest var/svc/manifest/network/iscsi/iscsi-initiator.xml 0444 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none lib 755 root bin
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none lib/svc 755 root bin
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none lib/svc/method 755 root bin
fa9e4066f08beec538e775443c5be79dd423fcabahrensf none lib/svc/method/iscsi-initiator 0555 root bin
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none etc 755 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none etc/iscsi 0755 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none etc/security 755 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none kernel 0755 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrensd none kernel/drv 0755 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrense iscsiconf kernel/drv/iscsi.conf 0644 root sys
fa9e4066f08beec538e775443c5be79dd423fcabahrens