Software Distributor Administration Guide for HP-UX 11i

Creating Software Packages
Creating a Product Specification File (PSF)
Chapter 10 317
PSF Value Types
With the exception of vendor-defined attributes (see “Vendor-Defined
Attributes” on page 321), the values for each attribute keyword in your
PSF must match one of the specific types discussed below.
NOTE PSF syntax conforms to the layout_version=1.0 of the POSIX 1387.2
Software Administration standard. Previous versions of SD-UX
supported the POSIX layout_version=0.8 syntax, which continues to
be supported. See “Selecting the PSF Layout Version” on page 315 for
more information.
boolean Maximum length: 9 bytes
One of the values true or false.
•Examples: true, false
file_specification
Maximum length: none
Explicitly specifies a file or directory to be
packaged, using the format:
[-m
mode
] [-o [
owner
[,]] [
uid
]] [-g [
group
[,]][
gid
]]
[-v][
source
] [
destination
]
The source and destination can be paths relative to
source and destination directories specified in the
path_mapping_string.
You can also use * to include all files below the
source directory specified by a directory keyword.
•Examples: -m 04555 sbin/swinstall or * (to
denote all files and directories)
multi_line_string
Maximum length: 8 kbyte (1Mbyte for a readme
file)