sysconfigtab(4) — File Formats
OSF
NAME
sysconfigtab − Subsystem definition data base
SYNOPSIS
/etc/sysconfigtab
DESCRIPTION
The sysconfigtab file contains information about dynamically configurable subsystems. The file consists of stanza formatted entries describing each subsystem; see stanza(4). Entries in a stanza file consist of a number of newline separated fields. The first line of each entry specifies the subsystem name and subsequent lines specify the various attribute names and values of the entry.
The configuration manager uses the following subsystem entry attributes when handling configuration requests:
Subsystem_Description
A short literal string used as a description.
Subsystem_Type
Specifies the subsystem as static or dynamic.
Subsystem_Path
Specifies the file path name of the subsystem object module.
Subsystem_Flags
Specifies loader flags for the dynamic kernel subsystem.
Method_Name
The unique logical name of the configuration method associated with the subsystem.
Method_Type
Specifies the configuration method as static or dynamic.
Method_Path
Specifies the file path name of the configuration method object module.
Method_Flags
Specifies the loader flags for the configuration method.
Other attributes are subsystem type specific.
RELATED INFORMATION
Commands: sysconfig(8), sysconfigdb(8)
Files: stanza(4)