From 909de469cf65afc8fe16081b57e9a0efc6a44c6f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 25 Apr 2005 15:55:59 +0000 Subject: Sort entries alphabetically --- man/C/urpmi.cfg.5 | 104 +++++++++++++++++++++++++++--------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) (limited to 'man/C') diff --git a/man/C/urpmi.cfg.5 b/man/C/urpmi.cfg.5 index e6febbc1..d6d5ddfd 100644 --- a/man/C/urpmi.cfg.5 +++ b/man/C/urpmi.cfg.5 @@ -1,4 +1,4 @@ -.TH urpmi.cfg 5 "28 Aug 2003" "Mandrakesoft" "Mandrakelinux" +.TH urpmi.cfg 5 "28 Aug 2003" "Mandriva" "Mandriva Linux" .IX urpmi.cfg .SH NAME urpmi.cfg \- urpmi option and media configuration file format. @@ -21,20 +21,6 @@ to disable signature checking and avoid transaction splits : The following options can be written in this section : -.TP -.B verify-rpm -Same as \fB--verify-rpm\fP for \fBurpmi\fP. Enable or disable signature -checking (it's enabled by default). Disabling it can be written -in various ways (as for all the other boolean options) : -\fBno-verify-rpm\fP or \fBverify-rpm: no\fP or \fBverify-rpm: off\fP or -\fBverify-rpm: 0\fP. - -.TP -.B fuzzy -Same as \fB--fuzzy\fP for \fBurpmi\fP or \fBurpmq\fP. Enable or disable -fuzzy search, disabled by default. Enabling it can be written in various ways : -\fBfuzzy\fP or \fBfuzzy: yes\fP or \fBfuzzy: on\fP or \fBfuzzy: 1\fP. - .TP .B allow-force Same as \fB--allow-force\fP for \fBurpmi\fP, disabled by default. @@ -44,38 +30,25 @@ Same as \fB--allow-force\fP for \fBurpmi\fP, disabled by default. Same as \fB--allow-nodeps\fP for \fBurpmi\fP, disabled by default. .TP -.B pre-clean, post-clean, clean -Control cache management for \fBurpmi\fP, default is only \fBpost-clean\fP -activated. +.B downloader +Specify which download program to use: \fBwget\fP or \fBcurl\fP. .TP .B excludedocs Same as \fB--excludedocs\fP for \fBurpmi\fP, default is disabled. -.TP -.B norebuild -Same as \fB--norebuild\fP for \fBurpmi\fP, \fBurpmi.update\fP and -\fBurpmi.addmedia\fP, disabled by default (meaning that \fBurpmi\fP -will try to rebuild hdlists by default). - -.TP -.B strict-arch -Same as \fB--strict-arch\fP for \fBurpmi\fP. Boolean option, disabled by -default (meaning that packages can be upgraded with versions for another -architecture). - -.TP -.B limit-rate -Same as \fB--limit-rate\fP for all tools. This option allows to control download -speed, there is no limitation by default. The number is given in kilo-bytes per -second, unless a suffix \fBK\fP, \fBM\fP is added. - .TP .B excludepath Same as \fB--excludepath\fP for \fBurpmi\fP. This options allows to give a comma separated list of paths to be excluded on installation. There is no path exclusion by default. +.TP +.B fuzzy +Same as \fB--fuzzy\fP for \fBurpmi\fP or \fBurpmq\fP. Enable or disable +fuzzy search, disabled by default. Enabling it can be written in various ways : +\fBfuzzy\fP or \fBfuzzy: yes\fP or \fBfuzzy: on\fP or \fBfuzzy: 1\fP. + .TP .B key-ids This option is not available on the command line. It allows to use a comma @@ -85,20 +58,31 @@ for this medium is given. There is no default (even Mandrakesoft key id 70771ff3 is not by default). .TP -.B split-level -Same as \fB--split-level\fP for \fBurpmi\fP. This option allows to control if -transaction should be split depending of the number of packages to upgrade. The -default value is 20. +.B limit-rate +Same as \fB--limit-rate\fP for all tools. This option allows to control download +speed, there is no limitation by default. The number is given in kilo-bytes per +second, unless a suffix \fBK\fP, \fBM\fP is added. .TP -.B split-length -Same as \fB--split-length\fP for \fBurpmi\fP. This option allows to control the -minimal length of split transaction. The default value is 1 (smallest possible -transaction). Setting this value to 0 disable the split of transaction. +.B noreconfigure +Specifies that the media should not be reconfigured (by a reconfiguration file +present on the medium). .TP -.B downloader -Specify which download program to use: \fBwget\fP or \fBcurl\fP. +.B norebuild +Same as \fB--norebuild\fP for \fBurpmi\fP, \fBurpmi.update\fP and +\fBurpmi.addmedia\fP, disabled by default (meaning that \fBurpmi\fP +will try to rebuild hdlists by default). + +.TP +.B pre-clean, post-clean, clean +Control cache management for \fBurpmi\fP, default is only \fBpost-clean\fP +activated. + +.TP +.B prohibit-remove +A comma-separated list of package names that must never be removed (just like +basesystem). .TP .B retry @@ -106,14 +90,30 @@ Specify how many times the downloader should retry in case of non-permanent errors. .TP -.B noreconfigure -Specifies that the media should not be reconfigured (by a reconfiguration file -present on the medium). +.B split-length +Same as \fB--split-length\fP for \fBurpmi\fP. This option allows to control the +minimal length of split transaction. The default value is 1 (smallest possible +transaction). Setting this value to 0 disable the split of transaction. .TP -.B prohibit-remove -A commę-separated list of package names that must never be removed (just like -basesystem). +.B split-level +Same as \fB--split-level\fP for \fBurpmi\fP. This option allows to control if +transaction should be split depending of the number of packages to upgrade. The +default value is 20. + +.TP +.B strict-arch +Same as \fB--strict-arch\fP for \fBurpmi\fP. Boolean option, disabled by +default (meaning that packages can be upgraded with versions for another +architecture). + +.TP +.B verify-rpm +Same as \fB--verify-rpm\fP for \fBurpmi\fP. Enable or disable signature +checking (it's enabled by default). Disabling it can be written +in various ways (as for all the other boolean options) : +\fBno-verify-rpm\fP or \fBverify-rpm: no\fP or \fBverify-rpm: off\fP or +\fBverify-rpm: 0\fP. .SS Medium description -- cgit v1.2.1