|
23 | 23 | #
|
24 | 24 |
|
25 | 25 | i pkginfo
|
| 26 | +i depend |
26 | 27 |
|
27 | 28 | # Create directory structure
|
28 | 29 | d none etc 0755 root sys
|
29 |
| -d none etc/opengrok 0755 noaccess noaccess |
| 30 | +d none etc/opengrok 0755 root sys |
30 | 31 | d none lib 0755 root bin
|
31 | 32 | d none lib/svc 755 root bin
|
32 | 33 | d none lib/svc/method 755 root bin
|
33 | 34 | d none usr 0755 root sys
|
34 |
| -d none usr/opengrok 0755 bin bin |
35 |
| -d none usr/opengrok/bin 0755 bin bin |
36 |
| -d none usr/opengrok/doc 0755 bin bin |
37 |
| -d none usr/opengrok/lib 0755 bin bin |
38 |
| -d none usr/opengrok/man 0755 bin bin |
39 |
| -d none usr/opengrok/man/sman1 0755 bin bin |
40 |
| -d none usr/opengrok/webapp 0755 bin bin |
| 35 | +d none usr/opengrok 0755 root sys |
| 36 | +d none usr/opengrok/bin 0755 root bin |
| 37 | +d none usr/opengrok/doc 0755 root sys |
| 38 | +d none usr/opengrok/lib 0755 root bin |
| 39 | +d none usr/opengrok/man 0755 root sys |
| 40 | +d none usr/opengrok/man/man1 0755 root sys |
41 | 41 | d none var 0755 root sys
|
42 |
| -d none var/opengrok 0755 noaccess noaccess |
43 |
| -d none var/opengrok/data 0755 noaccess noaccess |
44 |
| -d none var/opengrok/etc 0755 noaccess noaccess |
45 |
| -d none var/opengrok/log 0755 noaccess noaccess |
46 |
| -d none var/opengrok/source 0755 noaccess noaccess |
| 42 | +d none var/opengrok 0755 webservd webservd |
| 43 | +d none var/opengrok/data 0755 webservd webservd |
| 44 | +d none var/opengrok/etc 0755 webservd webservd |
| 45 | +d none var/opengrok/log 0755 webservd webservd |
| 46 | +d none var/opengrok/source 0755 webservd webservd |
47 | 47 | d none var/svc 755 root sys
|
48 | 48 | d none var/svc/manifest 755 root sys
|
49 | 49 | d none var/svc/manifest/application 755 root sys
|
50 | 50 |
|
51 | 51 | f manifest var/svc/manifest/application/opengrok.xml=platform/solaris/smf/opengrok.xml 444 root sys
|
52 |
| -f none etc/opengrok/opengrok.properties=platform/solaris/default/opengrok.properties 0644 root sys |
53 |
| -f none lib/svc/method/opengrok=platform/solaris/smf/opengrok 555 root bin |
54 |
| -f none usr/opengrok/bin/OpenGrok=OpenGrok 0777 bin bin |
55 |
| -f none usr/opengrok/bin/opengrok.jar=dist/opengrok.jar 0555 bin bin |
56 |
| -f none usr/opengrok/bin/logging.properties=logging.properties 0444 bin bin |
57 |
| -f none usr/opengrok/doc/README.txt=README.txt 0444 bin bin |
58 |
| -f none usr/opengrok/doc/EXAMPLE.txt=doc/EXAMPLE.txt 0444 bin bin |
59 |
| -f none usr/opengrok/lib/ant.jar=dist/lib/ant.jar 0444 bin bin |
60 |
| -f none usr/opengrok/lib/bcel-5.2.jar=lib/bcel-5.2.jar 0444 bin bin |
61 |
| -f none usr/opengrok/lib/jakarta-oro-2.0.8.jar=lib/jakarta-oro-2.0.8.jar 0444 bin bin |
62 |
| -f none usr/opengrok/lib/jmxremote_optional.jar=lib/jmxremote_optional.jar 0444 bin bin |
63 |
| -f none usr/opengrok/lib/lucene-core-3.0.1.jar=lib/lucene-core-3.0.1.jar 0444 bin bin |
64 |
| -f none usr/opengrok/lib/lucene-spellchecker-3.0.1.jar=lib/lucene-spellchecker-3.0.1.jar 0444 bin bin |
65 |
| -f none usr/opengrok/lib/org.apache.commons.jrcs.diff.jar=lib/org.apache.commons.jrcs.diff.jar 0444 bin bin |
66 |
| -f none usr/opengrok/lib/org.apache.commons.jrcs.rcs.jar=lib/org.apache.commons.jrcs.rcs.jar 0444 bin bin |
67 |
| -f none usr/opengrok/lib/swing-layout-0.9.jar=lib/swing-layout-0.9.jar 0444 bin bin |
68 |
| -f none usr/opengrok/man/sman1/opengrok.1=dist/opengrok.1 0444 bin bin |
69 |
| -f none usr/opengrok/webapp/source.war=dist/source.war 0444 bin bin |
70 |
| -s none usr/opengrok/bin/source.war=../webapp/source.war |
71 |
| -s none usr/opengrok/bin/lib=../lib |
| 52 | +f none etc/opengrok/logging.properties=logging.properties 0444 root sys |
| 53 | +f none lib/svc/method/svc-opengrok=platform/solaris/smf/svc-opengrok 555 root bin |
| 54 | +f none usr/opengrok/doc/README.txt=README.txt 0444 root sys |
| 55 | +f none usr/opengrok/doc/EXAMPLE.txt=doc/EXAMPLE.txt 0444 root sys |
| 56 | +f none usr/opengrok/lib/opengrok.jar=dist/opengrok.jar 0444 root bin |
| 57 | +f none usr/opengrok/lib/ant.jar=dist/lib/ant.jar 0444 root bin |
| 58 | +f none usr/opengrok/lib/bcel-5.2.jar=lib/bcel-5.2.jar 0444 root bin |
| 59 | +f none usr/opengrok/lib/jakarta-oro-2.0.8.jar=lib/jakarta-oro-2.0.8.jar 0444 root bin |
| 60 | +f none usr/opengrok/lib/jmxremote_optional.jar=lib/jmxremote_optional.jar 0444 root bin |
| 61 | +f none usr/opengrok/lib/lucene-core-3.0.1.jar=lib/lucene-core-3.0.1.jar 0444 root bin |
| 62 | +f none usr/opengrok/lib/lucene-spellchecker-3.0.1.jar=lib/lucene-spellchecker-3.0.1.jar 0444 root bin |
| 63 | +f none usr/opengrok/lib/org.apache.commons.jrcs.diff.jar=lib/org.apache.commons.jrcs.diff.jar 0444 root bin |
| 64 | +f none usr/opengrok/lib/org.apache.commons.jrcs.rcs.jar=lib/org.apache.commons.jrcs.rcs.jar 0444 root bin |
| 65 | +f none usr/opengrok/lib/swing-layout-0.9.jar=lib/swing-layout-0.9.jar 0444 root bin |
| 66 | +f none usr/opengrok/lib/ogindexd=platform/solaris/smf/ogindexd 0555 root bin |
| 67 | +f none usr/opengrok/man/man1/opengrok.1=dist/opengrok.1 0444 root bin |
| 68 | +f none var/tomcat6/webapps/source.war=dist/source.war 0444 webservd webservd |
0 commit comments