pkgparam - display package parameter values
pkgparam [-v] [-d device] [-R root_path] pkginst [param]...
pkgparam -f filename [-v] [param]...
pkgparam displays the value associated with the parameter or parameters requested on the command line. The values are located in either the pkginfo(4) file for pkginst or from the specific file named with the -f option.
One parameter value is shown per line. Only the value of a parameter is given unless the -v option is used. With this option, the output of the command is in this format:
parameter1='value1' parameter2='value2' parameter3='value3'
If no parameters are specified on the command line, values for all parameters associated with the package are shown.
Options and arguments for this command are:
-d device
-f filename
-R root_path
-v
pkginst
param
If parameter information is not available for the indicated package, the command exits with a non-zero status.
0
>0
See attributes(5) for descriptions of the following attributes:
|
pkgmk(1), pkgproto(1), pkgtrans(1), pkgadd(1M), pkginfo(4), attributes(5), largefile(5)
Application Packaging Developer's Guide
With the -f option, you can specify the file from which parameter values should be extracted. This file should be in the same format as a pkginfo(4) file. For example, such a file might be created during package development and used while testing software during this stage.
Package commands are largefile(5)-aware. They handle files larger than 2 GB in the same way they handle smaller files. In their current implementations, pkgadd(1M), pkgtrans(1) and other package commands can process a datastream of up to 4 GB.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |