diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-12 14:59:20 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-12 14:59:20 +0000 |
commit | 9241b7b29ce5a79026e7805969754c0c772d129e (patch) | |
tree | 464dbf172357e0dd3b2cd47e4d831d2f01fc232e /urpm.pm | |
parent | 14a0e609bc2dc9a68882acabf0209cdab202f441 (diff) | |
download | urpmi-9241b7b29ce5a79026e7805969754c0c772d129e.tar urpmi-9241b7b29ce5a79026e7805969754c0c772d129e.tar.gz urpmi-9241b7b29ce5a79026e7805969754c0c772d129e.tar.bz2 urpmi-9241b7b29ce5a79026e7805969754c0c772d129e.tar.xz urpmi-9241b7b29ce5a79026e7805969754c0c772d129e.zip |
Forbid urpmq --use-distrib when non root
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -415,7 +415,23 @@ sub write_config { delete $urpm->{modified}; } -#- read urpmi.cfg file as well as synthesis file needed. +#- read urpmi.cfg file as well as necessary synthesis files +#- options : +#- callback +#- call_back_only_once +#- excludemedia +#- hdlist +#- media +#- nodepslist +#- noinstalling +#- noskipping +#- parallel +#- root +#- searchmedia +#- skip +#- sortmedia +#- update +#- usedistrib sub configure { my ($urpm, %options) = @_; |