Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

config::model::models::approx(3pm) [debian man page]

Config::Model::models::Approx(3pm)			User Contributed Perl Documentation			Config::Model::models::Approx(3pm)

NAME
Config::Model::models::Approx - Configuration class Approx DESCRIPTION
Configuration classes used by Config::Model Configuration model to edit "/etc/approc/approx.conf". This file can be edited with the following command: config-edit -application approx Elements cache - approx cache directory Specifies the location of the approx cache directory (default: /var/cache/approx). It and all its subdirectories must be owned by the approx server (see also the $user and $group parameters, below.)Optional. Type uniline. upstream_default: '/var/cache/approx'. interval - file cache expiration in minutes Specifies the time in minutes after which a cached file will be considered too old to deliver without first checking with the remote repository for a newer version. Optional. Type integer. upstream_default: '720'. max_rate - maximum download rate from remote repositories Specifies the maximum download rate from remote repositories, in bytes per second (default: unlimited). The value may be sufaXX fixed with "K", "M", or "G" to indicate kilobytes, megabytes, or gigabytes per second, respectively.Optional. Type uniline. max_redirects - maximum number of HTTP redirections Specifies the maximum number of HTTP redirections that will be followed when downloading a remote file. Optional. Type integer. upstream_default: '5'. user - user that owns the files in the approx cache Optional. Type uniline. upstream_default: 'approx'. group - group that owns the files in the approx cache Optional. Type uniline. upstream_default: 'approx'. syslog - syslog(3) facility to use when logging Optional. Type uniline. upstream_default: 'daemon'. pdiffs - support IndexFile diffs Optional. Type boolean. upstream_default: '1'. offline - use cached files when offline Specifies whether to deliver (possibly out-of-date) cached files when they cannot be downloaded from remote repositories. Optional. Type boolean. upstream_default: '0'. max_wait - max wait for concurrent file download Specifies how many seconds an approx(8) process will wait for a concurrent download of a file to complete, before attempting to download the file itself. Optional. Type integer. upstream_default: '10'. verbose Specifies whether informational messages should be printed in the log. Optional. Type boolean. upstream_default: '0'. debug Specifies whether debug messages should be printed in the log. Optional. Type boolean. upstream_default: '0'. distributions - remote repositories The other name/value pairs are used to map distribution names to remote repositories. For example, debian => http://ftp.debian.org/debian security => http://security.debian.org/debian-security Use the distribution name as the key of the hash element and the URL as the value . Optional. Type hash of uniline. SEE ALSO
o config-edit AUTHOR
Dominique Dumont COPYRIGHT
2011, Dominique Dumont LICENSE
LGPL-2.1+ perl v5.12.3 2011-06-30 Config::Model::models::Approx(3pm)

Check Out this Related Man Page

Config::Model::models::LCDd::MtxOrb(3pm)		User Contributed Perl Documentation		  Config::Model::models::LCDd::MtxOrb(3pm)

NAME
Config::Model::models::LCDd::MtxOrb - Configuration class LCDd::MtxOrb VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model generated from LCDd.conf Elements Device Select the output device to use Optional. Type uniline. upstream_default: '/dev/lcd'. Size Set the display size Optional. Type uniline. upstream_default: '20x4'. Type Set the display type Optional. Type enum. choice: 'lcd', 'lkd', 'vfd', 'vkd'. upstream_default: 'lcd'. Contrast Set the initial contrast NOTE: The driver will ignore this if the display is a vfd or vkd as they don't have this feature. Optional. Type uniline. upstream_default: '480'. hasAdjustableBacklight Some old displays do not have an adjustable backlight but only can switch the backlight on/off. If you experience randomly appearing block characters, try setting this to false. Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'yes'. Brightness Set the initial brightness Optional. Type integer. upstream_default: '1000'. OffBrightness Set the initial off-brightness This value is used when the display is normally switched off in case LCDd is inactive. Optional. Type integer. upstream_default: '0'. Speed Set the communication speed Optional. Type enum. choice: '1200', '2400', '9600', '19200'. upstream_default: '19200'. KeyMap_A The following table translates from MtxOrb key letters to logical key names. By default no keys are mapped, meaning the keypad is not used at all.Optional. Type uniline. default: 'Left'. KeyMap_B Optional. Type uniline. default: 'Right'. KeyMap_C Optional. Type uniline. default: 'Up'. KeyMap_D Optional. Type uniline. default: 'Down'. KeyMap_E Optional. Type uniline. default: 'Enter'. KeyMap_F Optional. Type uniline. default: 'Escape'. keypad_test_mode See the [menu] section for an explanation of the key mappings You can find out which key of your display sends which character by setting keypad_test_mode to yes and running LCDd. LCDd will output all characters it receives. Afterwards you can modify the settings above and set keypad_set_mode to no again.Optional. Type uniline. default: 'no'. SEE ALSO
o cme perl v5.14.2 2012-11-09 Config::Model::models::LCDd::MtxOrb(3pm)
Man Page