depend File
Purpose
Describes the format of a software dependencies file.
Description
The depend file is an ASCII file used to specify information concerning software dependencies for a particular package. The file is created by a software developer.
Each entry in the depend file
describes a single software package. The instance of the package is
described after the entry line by giving the package architecture
and/or version. The format of each entry and subsequent instance definition
is:
type pkg nameThe fields are:
| Entry | Definition |
|---|---|
| type | Defines the dependency type. This must be one of the following:
|
| pkg | Indicates the package abbreviation. |
| name | Specifies the full package name. |
Dependency checks may be disabled using the admin file.
Examples
Shown below
is an example of a depend file (for the NFS package):
P base Base System
P nsu Networking Support Utilities
P inet Internet Utilities
P rpc Remote Procedure Call Utilities
P dfs Distributed File System Utilities