source: branches/samhain-2_2-branch/hp_ux.psf.in@ 557

Last change on this file since 557 was 1, checked in by katerina, 19 years ago

Initial import

File size: 1.8 KB
Line 
1# PSF
2depot
3 layout_version 1.0
4# Product definition:
5product
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# Specify a checkremove script that executes during the
19# swremove analysis phase. (This script prevents the
20# removal of the SD product and returns an ERROR.
21# checkremove scripts/checkremove.sd
22
23 configure ./sc/configure
24 unconfigure ./sc/unconfigure
25 preremove ./sc/preremove
26
27 # Fileset definitions:
28 fileset
29 tag basic
30 title Core system
31 revision @VERSION@
32 file_permissions -m 0700 -o root -g sys
33 #
34 # Files:
35#
36 directory ./sbin/init.d=/sbin/init.d
37 file -m 0555 -o bin -g bin @install_name@
38#
39 directory .@prefix@=@prefix@
40 file -m 0555 -o bin -g bin .
41#
42 directory .@sysconfdir@=@sysconfdir@
43 file -v -m 0600 @install_name@rc
44 file -m 0555 -o bin -g bin .
45#
46 directory .@sbindir@=@sbindir@
47 file *
48 file -m 0555 -o bin -g bin .
49 file -m 0750 -o bin -g bin @install_name@
50#
51 directory .@mydataroot@=@mydataroot@
52 file -m 0555 -o bin -g bin .
53#
54 directory .@mylogdir@=@mylogdir@
55 file -m 0755 -o adm -g adm .
56#
57 directory .@mylockdir@=@mylockdir@
58 file -m 0555 -o bin -g bin .
59 end
60 # Manpage fileset definitions:
61 #fileset
62 # tag man
63 # title Manual pages for samhain
64 # revision 2.05
65 # directory .@mandir@/man8=@mandir@/man8
66 # file *
67 # directory .@mandir@/man5=@mandir@/man5
68 # file *
69 #end
70 #man
71end
72#
Note: See TracBrowser for help on using the repository browser.