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