 |
Index for Section 8 |
|
 |
Alphabetical listing for D |
|
depord(8)
NAME
depord - order subset dependencies
SYNOPSIS
/usr/lbin/depord subset-id [ subset-id... ]
DESCRIPTION
The depord command reads the subset control files in the current directory
to locate dependency information. The dependency information is used to
reorder the argument list so that if subsets are installed in the order
displayed by depord, all dependencies will be satisfied.
If a subset has dependencies which cannot be satisfied by the subsets
listed on the command line, it is ignored and does not appear in the
output.
All subsets in a cycle of dependencies (a case in which subsets are
mutually dependent) are ignored and do not appear in the output.
The depord command is used by setld(8) and is also particularly useful on
its own.
The depord command prints its arguments sorted in dependency order.
FILES
./*.ctrl Control files with dependency information
RELATED INFORMATION
setld(8); stl_ctrl(4); Programming Support Tools