Home | History | Annotate | Download | only in SUNWmmsr
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the "License").
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets "[]" replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 #
     22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     23 # Use is subject to license terms.
     24 #
     25 #
     26 # This required package information file contains a list of package contents.
     27 # The 'pkgmk' command uses this file to identify the contents of a package
     28 # and their location on the development machine when building the package.
     29 # Can be created via a text editor or through use of the 'pkgproto' command.
     30 
     31 #!search <pathname pathname ...>	# where to find pkg objects
     32 #!include <filename>			# include another 'prototype' file
     33 #!default <mode> <owner> <group>	# default used if not specified on entry
     34 #!<param>=<value>			# puts parameter in pkg environment
     35 
     36 #
     37 #
     38 i copyright
     39 i pkginfo
     40 i depend
     41 i postinstall
     42 i preremove
     43 i i.manifest
     44 i r.manifest
     45 i i.logadmconf
     46 
     47 d none etc 0755 root sys
     48 d none etc/mms 0755 root sys
     49 d none etc/mms/config 0755 root sys
     50 f none etc/mms/config/mm_paths.xml 0644 root sys
     51 d none etc/mms/db 0755 root bin
     52 f none etc/mms/db/mms_db 0644 root sys
     53 d none etc/mms/types 0755 root sys
     54 f none etc/mms/types/mm_types.xml 0644 root sys
     55 d none etc/mms/passwd 0755 root sys
     56 d none etc/security 0755 root sys
     57 
     58 f none kernel/drv/dmd.conf 0644 root sys
     59 f none kernel/drv/dda.conf 0644 root sys
     60 
     61 d none lib 0755 root bin
     62 d none lib/svc 0755 root bin
     63 d none lib/svc/method 0755 root bin
     64 f none lib/svc/method/mmsmm 0555 root bin
     65 f none lib/svc/method/mmsdb 0555 root bin
     66 f none lib/svc/method/mmswcr 0555 root bin
     67 d none var/svc 0755 root sys
     68 d none var/svc/manifest 0755 root sys
     69 d none var/svc/manifest/application 0755 root sys
     70 d none var/svc/manifest/application/management 0755 root sys
     71 f manifest var/svc/manifest/application/management/mms.xml 0444 root sys
     72 
     73 d none var 0755 root sys
     74 d none var/mms 0755 root sys
     75 d none var/mms/cores 0755 root sys
     76 d none var/mms/handle 0755 root sys
     77 d none var/mms/ssl 0755 root sys 
     78 d none var/mms/ssl/ca 0755 root sys 
     79 d none var/mms/ssl/pub 0755 root sys 
     80 f none var/mms/ssl/ca/mms_openssl.cnf 0644 root sys
     81 
     82 d none var/log 0755 root sys
     83 d none var/log/mms 0755 root sys
     84 d none var/log/mms/mm 0755 root sys
     85 d none var/log/mms/dm 0755 root sys
     86 d none var/log/mms/lm 0755 root sys
     87 d none var/log/mms/wcr 0755 root sys
     88 d none var/log/mms/api 0755 root sys
     89 e logadmconf var/log/mms/mms_logadm.conf 0644 root sys
     90