Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   pmrep.conf    ( 5 )

файл конфигурации pmrep (pmrep configuration file)

Формат файла (File format)

The file has an ini-style syntax and consists of sections and options. A section begins with the name of the section in square brackets and continues until the next section begins. An example section with two options follows:

[section] key = value key2 = value2

The supported value data types are string, integer, and boolean. String values need not to be quoted expect when whitespace needs to be included in the value (for instance, for the column separator); double quotes from quoted strings will be removed.

A line comment starts with a hash sign (``#'') or a semicolon (``;''). Inline comments are not supported.

pmrep.conf must be readable by the user invoking pmrep.

Any option described below with a corresponding command line option contains additional description in pmrep(1).