1 | # PSF
|
---|
2 | depot
|
---|
3 | layout_version 1.0
|
---|
4 | # Product definition:
|
---|
5 | product
|
---|
6 | tag @install_name@
|
---|
7 | revision @VERSION@
|
---|
8 | is_patch false
|
---|
9 | title @install_name@ Client
|
---|
10 | description "Client for the @install_name@ system"
|
---|
11 | machine_type *
|
---|
12 | os_name HP-UX
|
---|
13 | os_release ?.11.*
|
---|
14 | os_version ?
|
---|
15 | directory /
|
---|
16 | is_locatable false
|
---|
17 |
|
---|
18 | # Dummy for configure warning
|
---|
19 | # datarootdir = @datarootdir@
|
---|
20 |
|
---|
21 | # Specify a checkremove script that executes during the
|
---|
22 | # swremove analysis phase. (This script prevents the
|
---|
23 | # removal of the SD product and returns an ERROR.
|
---|
24 | # checkremove scripts/checkremove.sd
|
---|
25 |
|
---|
26 | configure ./sc/configure
|
---|
27 | unconfigure ./sc/unconfigure
|
---|
28 | preremove ./sc/preremove
|
---|
29 |
|
---|
30 | # Fileset definitions:
|
---|
31 | fileset
|
---|
32 | tag basic
|
---|
33 | title Core system
|
---|
34 | revision @VERSION@
|
---|
35 | file_permissions -m 0700 -o root -g sys
|
---|
36 | #
|
---|
37 | # Files:
|
---|
38 | #
|
---|
39 | directory ./sbin/init.d=/sbin/init.d
|
---|
40 | file -m 0555 -o bin -g bin @install_name@
|
---|
41 | #
|
---|
42 | directory .@prefix@=@prefix@
|
---|
43 | file -m 0555 -o bin -g bin .
|
---|
44 | #
|
---|
45 | directory .@sysconfdir@=@sysconfdir@
|
---|
46 | file -v -m 0600 @install_name@rc
|
---|
47 | file -m 0555 -o bin -g bin .
|
---|
48 | #
|
---|
49 | directory .@sbindir@=@sbindir@
|
---|
50 | file *
|
---|
51 | file -m 0555 -o bin -g bin .
|
---|
52 | file -m 0750 -o bin -g bin @install_name@
|
---|
53 | #
|
---|
54 | directory .@mydataroot@=@mydataroot@
|
---|
55 | file -m 0555 -o bin -g bin .
|
---|
56 | #
|
---|
57 | directory .@mylogdir@=@mylogdir@
|
---|
58 | file -m 0755 -o adm -g adm .
|
---|
59 | #
|
---|
60 | directory .@mylockdir@=@mylockdir@
|
---|
61 | file -m 0555 -o bin -g bin .
|
---|
62 | end
|
---|
63 | # Manpage fileset definitions:
|
---|
64 | #fileset
|
---|
65 | # tag man
|
---|
66 | # title Manual pages for samhain
|
---|
67 | # revision 2.05
|
---|
68 | # directory .@mandir@/man8=@mandir@/man8
|
---|
69 | # file *
|
---|
70 | # directory .@mandir@/man5=@mandir@/man5
|
---|
71 | # file *
|
---|
72 | #end
|
---|
73 | #man
|
---|
74 | end
|
---|
75 | #
|
---|