UNIX System V (XENIX or UNIX) PKGSIZE(SCO)
Name
pkgsize - updates package size information
Syntax
pkgsize [ -cv ] permlists
Options
-c Checks the files against the package size information
in the permlist file, reporting any package sizes which
are incorrect.
-v For each package in the set (as indicated by the
package name in the first field of the permlist), a
verbose listing of the number of blocks, files, links,
directories, and devices is displayed. The final field
listed indicates whether the package information was
updated.
Description
pkgsize is designed for use with permlists of a special,
extended format recognized by custom. Comment fields of a
particular syntax, which are ignored by fixperm, contain the
total size (in blocks) of each package within a set.
pkgsize updates the numeric size information. For example,
a permlist size comment might be:
#! PRO 1020 SCO Professional Spreadsheet Package
pkgsize would update the numeric field based on the total
size of all files marked as being part of the PRO package.
Notice that you need to be sure that the files themselves
are available in the same relative position as is indicated
by the relative pathname specified in the permlist. pkgsize
recognizes link information, and only counts the size of
linked files once.
See Also
fixperm(ADM), custom(ADM)
Notes
(printed 5/17/90) (XENIX or UNIX) PKGSIZE(SCO)