Manual Page Result
0
Command: depord | Section: 8 | Source: Digital UNIX | File: depord.8.gz
depord(8) System Manager's Manual 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 direc-
tory 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 mu-
tually 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 delim off
depord(8)