swpackage.4 (2010 09)

s
swpackage(4) swpackage(4)
...
end # commands
... # other filesets
fileset
tag man
title Manual pages for the Software Distributor
revision 2.05
directory ./man/man1m=/usr/man/man1m.Z
file *
directory ./man/man4=/usr/man/man4.Z
file *
directory ./man/man5=/usr/man/man5.Z
file *
end # man
end # SD
Example File Specifications
The following examples illustrate the use of the directory and file keywords:
Include all files under
./commands/, to be rooted under /usr/sbin/:
directory ./commands=/usr/sbin
file *
Include only certain files under ./commands/ and ./nls, to be rooted under /usr/sbin/ and
/usr/lib/nls/C/:
directory ./commands=/usr/sbin
file sbin/swinstall
file sbin/swcopy
...
directory ./nls=/usr/lib/nls/C/
file swinstall.cat
file swremove.cat
...
Explicitly list files and directories, no directory mapping specified:
file ./commands/swinstall /usr/sbin/swinstall
...
file ./nls /usr/lib/nls/C
file ./nls/swinstall.cat /usr/lib/nls/C/swinstall.cat
Use all specification types to include files:
directory ./commands=/usr/sbin
file *
directory ./nls=/usr/lib/nls/C
file swinstall.cat
...
file ./obam/obam.dm /etc/interface.lib/obam/obam.dm
Redefine specific files previously defined using file * (for example, to set explicit attributes):
directory ./commands=/usr/sbin
file *
file -m 04500 swcommand
file -o adm -g sys swfile
Example Permission Specifications
The following examples illustrate the use of the file_permission keyword.
HP-UX 11i Version 3: September 2010 25 Hewlett-Packard Company 25