HP-UX Reference (11i v1 00/12) - 4 File Formats (vol 8)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man4/!!!intro.4
________________________________________________________________
___ ___
s
swpackage(4) swpackage(4)
(Hewlett-Packard Company)
is_patch
Identifies a software object as a patch. The default value is false. When set to true, a built-
in category_tag attribute of value patch is automatically included.
layout_version
The version of the IEEE Standard 1387.2 to which the HP-specific data_model_revision con-
forms. Possible values are 1.0 (the default value) or 0.8.
machine_type
Defines the machine(s) on which the product will run. (If not specified, swpackage assigns a
value of "*", meaning the product runs on all machines.) If there are multiple machine plat-
forms, use wildcards or use the ’|’ character to separate them. This attribute should pattern
match to the value of
uname -m [: getconf HW_CPU_SUPP_BITS]
on the supported target machine(s).
number
Defines the part or order number for the product.
os_name
Defines the operating system(s) on which the product will run. (If not specified,
swpackage
assigns a value of "*", meaning the product runs on all operating systems.) If there are multiple
operating systems, use wildcards or use the ’|’ character to separate them. This attribute should
pattern match to the value of
uname -s [: getconf KERNEL_BITS]
on the supported target system(s).
os_release
Defines the operating system release(s) on which the product will run. (If not specified,
swpackage assigns a value of "*", meaning the product runs on all releases.) If there are mul-
tiple operating system releases, use wildcards or use the ’|’ character to separate them. This
attribute should pattern match to the value of uname -r on the supported target system(s).
os_version
Defines the operating system version(s) on which the product will run. (If not specified,
swpackage assigns a value of "*", meaning the product runs on all versions.) If there are mul-
tiple operating system versions, use wildcards or use the ’|’ character to separate them. This
attribute should pattern match to the value of uname -v on the supported target system(s).
postkernel
Defines a kernel build script to be executed when kernel filesets are loaded. (Kernel filesets have
the is_kernel attribute set to true .) The default kernel script is
/usr/sbin/mk_kernel. (See mk_kernel(1M) for more information.) The default script exe-
cutes when the postkernel attribute is not specified. Only one kernel build script is allowed
per product, and the script executes only once, even if defined for multiple filesets.
readme
Defines the README information for the product or bundle; the value must be a pointer to the
filename containing the text.
revision
Defines the revision (release number, version number) of the product or bundle.
title
Defines the full name (one-line description) of the product or bundle.
vendor_tag
Associates this product or bundle with the last defined vendor object, if that object has a match-
ing tag attribute.
end Ends the product or bundle specification. This keyword is optional.
Subproduct Specification
The following is an example of a subproduct specification:
subproduct
tag Manager
HP-UX Release 11i: December 2000 12 Section 4297
___
___