Software Distributor Administration Guide for HP-UX 11i

Managing Patches
Packaging Patch Software
Chapter 5186
PSF Example
This sample PSF shows a patch for the file /build/sbin/who in the
fileset:
OS-Core.CMDS-MIN,l=/,r=B.11.00,\
a=HP-UX_B.11.00_32/64,v=HP
Note that the HP-UX convention is for patches to use unique product
tags but that the fileset tags match those of the ancestor filesets.
category
tag normal_patch
revision 0.0
title Patches for normal use
description Normal patches for typical problems....
end
product
tag PHCO_12345
revision B.11.00
architecture r=B.11.00,a=HP-UX_B.11.00_32/64
vendor_tag HP
title Core Operating System (patch)
machine_type *
os_name HP-UX
os_release ?.11.*
os_version *
is_patch true
category_tag normal_patch
fileset
tag CMDS-MIN
revision B.10.01.001
title “Patch of /sbin/who for ... “
description “Patch of /sbin/who ...
ancestor OS-Core.CMDS-MIN,\
r=B.10.01_700,a=HP-UX_B.10.01_700,v=HP
is_patch true
file /build/sbin/who /sbin/who
end
end