~ubuntu-branches/debian/sid/samhain/sid

« back to all changes in this revision

Viewing changes to hp_ux.psf.in

  • Committer: Bazaar Package Importer
  • Author(s): Javier Fernandez-Sanguino Pen~a
  • Date: 2006-08-19 10:38:36 UTC
  • mfrom: (1.2.1 upstream) (3.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20060819103836-3mhhosrrqe1h33zv
Tags: 2.2.3-2
Disable GCC_STACK_PROTECT from the autoconf definition as this
introduces a FTBFS currently. Should be reenabled once this
issue is fixed (Closes: #382617)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
# 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
 
71
end
 
72
#