Home | History | Annotate | Download | only in SUNWxsvc
      1  3446      mrj #
      2  3446      mrj # CDDL HEADER START
      3  3446      mrj #
      4  3446      mrj # The contents of this file are subject to the terms of the
      5  3446      mrj # Common Development and Distribution License (the "License").
      6  3446      mrj # You may not use this file except in compliance with the License.
      7  3446      mrj #
      8  3446      mrj # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9  3446      mrj # or http://www.opensolaris.org/os/licensing.
     10  3446      mrj # See the License for the specific language governing permissions
     11  3446      mrj # and limitations under the License.
     12  3446      mrj #
     13  3446      mrj # When distributing Covered Code, include this CDDL HEADER in each
     14  3446      mrj # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15  3446      mrj # If applicable, add the following below this CDDL HEADER, with the
     16  3446      mrj # fields enclosed by brackets "[]" replaced with your own identifying
     17  3446      mrj # information: Portions Copyright [yyyy] [name of copyright owner]
     18  3446      mrj #
     19  3446      mrj # CDDL HEADER END
     20  3446      mrj #
     21  3446      mrj # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
     22  3446      mrj # Use is subject to license terms.
     23  3446      mrj #
     24  3446      mrj # ident	"%Z%%M%	%I%	%E% SMI"
     25  3446      mrj #
     26  3446      mrj # This required package information file contains a list of package contents.
     27  3446      mrj # The 'pkgmk' command uses this file to identify the contents of a package
     28  3446      mrj # and their location on the development machine when building the package.
     29  3446      mrj # Can be created via a text editor or through use of the 'pkgproto' command.
     30  3446      mrj 
     31  3446      mrj # packaging files
     32  3446      mrj i copyright
     33  3446      mrj i depend
     34  3446      mrj i pkginfo
     35  3446      mrj i postinstall
     36  5139      mrj i preremove
     37  3446      mrj 
     38  3446      mrj #!search <pathname pathname ...>	# where to find pkg objects
     39  3446      mrj #!include <filename>			# include another 'prototype' file
     40  3446      mrj #!default <mode> <owner> <group>	# default used if not specified on entry
     41  3446      mrj #!<param>=<value>			# puts parameter in pkg environment
     42  3446      mrj #
     43  3446      mrj #
     44  3446      mrj # List files which are i386 specific here
     45  3446      mrj #
     46  3446      mrj # source locations relative to the prototype file
     47  3446      mrj #
     48  3446      mrj # SUNWxsvc
     49  3446      mrj #
     50  3446      mrj d none platform 0755 root sys
     51  3446      mrj d none platform/i86pc 0755 root sys
     52  3446      mrj d none platform/i86pc/kernel 0755 root sys
     53  3446      mrj d none platform/i86pc/kernel/drv 0755 root sys
     54  3446      mrj f none platform/i86pc/kernel/drv/xsvc 755 root sys
     55  3446      mrj f none platform/i86pc/kernel/drv/xsvc.conf 644 root sys
     56  3446      mrj d none platform/i86pc/kernel/drv/amd64 0755 root sys
     57  3446      mrj f none platform/i86pc/kernel/drv/amd64/xsvc 755 root sys
     58  5084  johnlev d none platform/i86xpv 0755 root sys
     59  5084  johnlev d none platform/i86xpv/kernel 0755 root sys
     60  5084  johnlev d none platform/i86xpv/kernel/drv 0755 root sys
     61  5084  johnlev d none platform/i86xpv/kernel/drv/amd64 0755 root sys
     62  5084  johnlev f none platform/i86xpv/kernel/drv/amd64/xsvc 755 root sys
     63  5084  johnlev f none platform/i86xpv/kernel/drv/xsvc 755 root sys
     64  5084  johnlev f none platform/i86xpv/kernel/drv/xsvc.conf 644 root sys
     65