prototype revision a82512c0c6b2d022d073d956964a053399312649
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger#
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# CDDL HEADER START
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger#
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# The contents of this file are subject to the terms of the
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# Common Development and Distribution License (the "License").
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# You may not use this file except in compliance with the License.
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger#
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulinger# or http://www.opensolaris.org/os/licensing.
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulinger# See the License for the specific language governing permissions
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# and limitations under the License.
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulinger#
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# When distributing Covered Code, include this CDDL HEADER in each
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# If applicable, add the following below this CDDL HEADER, with the
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# fields enclosed by brackets "[]" replaced with your own identifying
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# information: Portions Copyright [yyyy] [name of copyright owner]
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulinger#
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# CDDL HEADER END
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger#
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulinger# Use is subject to license terms.
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulinger#
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulinger
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingeri pkginfo
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger# Create directory structure
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none etc 0755 root sys
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none etc/opengrok 0755 noaccess noaccess
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none lib 0755 root bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none lib/svc 755 root bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none lib/svc/method 755 root bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none usr 0755 root sys
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none usr/opengrok 0755 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none usr/opengrok/bin 0755 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none usr/opengrok/doc 0755 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none usr/opengrok/lib 0755 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none usr/opengrok/man 0755 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none usr/opengrok/man/sman1 0755 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none usr/opengrok/webapp 0755 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none var 0755 root sys
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none var/opengrok 0755 noaccess noaccess
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none var/opengrok/data 0755 noaccess noaccess
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none var/opengrok/etc 0755 noaccess noaccess
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none var/opengrok/log 0755 noaccess noaccess
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none var/opengrok/source 0755 noaccess noaccess
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none var/svc 755 root sys
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none var/svc/manifest 755 root sys
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerd none var/svc/manifest/application 755 root sys
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf manifest var/svc/manifest/application/opengrok.xml=platform/solaris/smf/opengrok.xml 444 root sys
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none etc/opengrok/opengrok.properties=platform/solaris/default/opengrok.properties 0644 root sys
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none lib/svc/method/opengrok=platform/solaris/smf/opengrok 555 root bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/bin/OpenGrok=OpenGrok 0777 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/bin/opengrok.jar=dist/opengrok.jar 0555 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/bin/logging.properties=conf/logging.properties 0444 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/doc/README.txt=README.txt 0444 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/doc/EXAMPLE.txt=doc/EXAMPLE.txt 0444 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerf none usr/opengrok/lib/ant.jar=dist/lib/ant.jar 0444 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerf none usr/opengrok/lib/bcel-5.2.jar=lib/bcel-5.2.jar 0444 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerf none usr/opengrok/lib/jakarta-oro-2.0.8.jar=lib/jakarta-oro-2.0.8.jar 0444 bin bin
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingerf none usr/opengrok/lib/jmxremote_optional.jar=lib/jmxremote_optional.jar 0444 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/lib/lucene-core-3.0.1.jar=lib/lucene-core-3.0.1.jar 0444 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/lib/lucene-spellchecker-3.0.1.jar=lib/lucene-spellchecker-3.0.1.jar 0444 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/lib/org.apache.commons.jrcs.diff.jar=lib/org.apache.commons.jrcs.diff.jar 0444 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/lib/org.apache.commons.jrcs.rcs.jar=lib/org.apache.commons.jrcs.rcs.jar 0444 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/lib/swing-layout-0.9.jar=lib/swing-layout-0.9.jar 0444 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/man/sman1/opengrok.1=dist/opengrok.1 0444 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingerf none usr/opengrok/webapp/source.war=dist/source.war 0444 bin bin
37f9c1e7d36aad830845ddc6a1bb3c978e5a5bd1Kryštof Tulingers none usr/opengrok/bin/source.war=../webapp/source.war
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulingers none usr/opengrok/bin/lib=../lib
b4b45a7526fef6a514d6c746d80a05f898ba573dKryštof Tulinger