Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dahdi_genconf(8) [debian man page]

DAHDI_GENCONF(8)					User Contributed Perl Documentation					  DAHDI_GENCONF(8)

NAME
dahdi_genconf - Generate configuration for dahdi channels. SYNOPSIS
dahdi_genconf [options] [generator...] DESCRIPTION
This script generate configuration files for Dahdi hardware. It uses two information sources: Hardware The actual dahdi hardware is automatically detected on the host. /etc/dahdi/genconf_parameters A configuration file that supplements the hardware information. Its location may be overridden via the "GENCONF_PARAMETERS" environment variable. The dahdi_genconf script can generate various kinds of configuration files as specificed by the generator arguments. Each generator is a perl classes in Dahdi::Config::Gen namespace. The generator names on the command line are the class names in lowercase. The following generators are currently implemented: system, chandahdi, unicall, users. For further documentation on each, please user perldoc on the relevant class. E.g: "perldoc Dahdi::Config::Gen::Chandahdi" Each generator on the command line may be passed custom options by assigning a comma separated list of options to the generator name. E.g: dahdi_genconf system chandahdi=verbose unicall Global options: -V Version -- print version string and exit. -v Verbose -- sets the 'verbose' option for all generators. -F Freepbx -- sets the 'freepbx' option for all generators. Currently, chandahdi is affected. Implementation notes: o genconf_parameters parsing is done via "Dahdi::Config::Params". An object representing the parsed data is instanciated by: "Dahdi::Config::Params->new()". The "item()" method of this object contains all the hard coded defaults of the configuration directives. o A configuration object is instanciated by "Dahdi::Config::Gen->new($params)". The mapping of configuration directives into semantic configuration is done in the constructor. o A single generator is run via the the "run_generator()" method of the configuration object. perl v5.14.2 2011-06-16 DAHDI_GENCONF(8)

Check Out this Related Man Page

ClamAV::Config(3pm)					User Contributed Perl Documentation				       ClamAV::Config(3pm)

NAME
ClamAV::Config - A Perl class providing configuration information for Perl modules related to ClamAV VERSION
0.11 SYNOPSIS
use ClamAV::Config; # ClamAV base configuration: ClamAV::Config->config_dir; ClamAV::Config->clamd_config_file; # clamd run-time configuration: ClamAV::Config->clamd_config; ClamAV::Config->clamd_option($option); DESCRIPTION
This class provides configuration information for Perl modules related to the ClamAV virus scanner, e.g. installation specific file system paths and run-time configuration options. ClamAV base configuration The following ClamAV base configuration information is provided as class methods: config_dir The base configuration directory of ClamAV. clamd_config_file The absolute file name of the clamd configuration file. clamd run-time configuration The following clamd run-time configuration information is provided as class methods: clamd_config Returns all clamd run-time configuration options as a hash reference. clamd_option($option) Returns the value of the specified clamd run-time configuration option. SEE ALSO
For AVAILABILITY, SUPPORT, and LICENSE information, see ClamAV::Client. AUTHOR
Julian Mehnle <julian@mehnle.net> perl v5.14.2 2012-01-17 ClamAV::Config(3pm)
Man Page

We Also Found This Discussion For You

1. AIX

How to know the hardware configuration on P595 LAPRs

The p595 have 6 Lpars, not all hardware resource assigned to 6 lpars. which command can list all hardware configuration on p595? Do I need go to each lapr to list? (2 Replies)
Discussion started by: rainbow_bean
2 Replies