man pages get built in the build- directories
[debian/sudo] / sudo.psf
1 # PSF file for sudo
2 #
3 # See http://www.software.hp.com/products/SD_AT_HP/docs/cookbook.html
4 # for details.
5 #
6 # To create sudo.depot, run:
7 #
8 #       swpackage -x target_type=tape -d sudo.depot -s sudo.psf
9 #
10 # To install, run:
11 #
12 #       swinstall -s sudo.depot sudo
13 #
14 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
15 #
16 vendor
17         tag GratiSoft
18         title "GratiSoft, Inc."
19         description "GratiSoft, Inc., http://www.gratisoft.us/"
20 end
21 #
22 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
23 #
24 product
25         tag sudo
26         title "Sudo"
27         description "execute a command as another user"
28         revision @VERSION@
29         #
30         architecture S700/S800_HPUX_10/11
31         machine_type 9000/[78]*
32         os_name HP-UX
33         os_release ?.10.*|?.11.*
34         os_version *
35         #
36         fileset
37                 tag bin
38                 title "sudo binaries"
39                 revision @VERSION@
40
41                 file -m 4111 -o root -g root sudo /usr/local/bin/sudo
42                 file -m  111 -o root -g bin visudo /usr/local/sbin/visudo
43
44                 postinstall sudo-exec.postinstall
45         end
46         #
47         fileset
48                 tag libexec
49                 title "sudo noexec library"
50                 revision @VERSION@
51
52                 file -m 555 -o root -g bin sudo_noexec.sl /usr/local/libexec/sudo_noexec.sl
53         end
54         #
55         fileset
56                 tag manpages
57                 title "sudo manpages"
58                 revision @VERSION@
59
60                 file -m 444 -g bin -o root sudo.man /usr/local/man/man1m/sudo.1m
61                 file -m 444 -g bin -o root sudoers.man /usr/local/man/man4/sudoers.4
62                 file -m 444 -g bin -o root visudo.man /usr/local/man/man1m/visudo.1m
63
64                 postinstall sudo-man.postinstall
65         end
66         #
67         fileset
68                 tag doc
69                 title "sudo doc"
70                 revision @VERSION@
71
72                 file -m 444 -g bin -o root BUGS /usr/local/doc/sudo/BUGS
73                 file -m 444 -g bin -o root CHANGES /usr/local/doc/sudo/CHANGES
74                 file -m 444 -g bin -o root HISTORY /usr/local/doc/sudo/HISTORY
75                 file -m 444 -g bin -o root LICENSE /usr/local/doc/sudo/LICENSE
76                 file -m 444 -g bin -o root README /usr/local/doc/sudo/README
77                 file -m 444 -g bin -o root TROUBLESHOOTING /usr/local/doc/sudo/TROUBLESHOOTING
78                 file -m 444 -g bin -o root UPGRADE /usr/local/doc/sudo/UPGRADE
79                 file -m 444 -g bin -o root sample.syslog.conf /usr/local/doc/sudo/sample.syslog.conf
80                 file -m 444 -g bin -o root sample.sudoers /usr/local/doc/sudo/sample.sudoers
81         end
82         #
83         fileset
84                 tag config
85                 title "sudo config files"
86                 revision @VERSION@
87                 file -m 444 -g bin -o root sudoers /usr/local/doc/sudo/sudoers
88
89                 postinstall sudo-config.postinstall
90         end
91 end