summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authoranoncvs <anoncvs@mandriva.org>2001-11-05 19:39:39 +0000
committeranoncvs <anoncvs@mandriva.org>2001-11-05 19:39:39 +0000
commit8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c (patch)
tree7414c3308097f502cf571c2ae55187211a978f0f /urpm.pm
parentf5cdb6a9ccc1ebcd4e749c567764f2b86c5207a4 (diff)
downloadurpmi-8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c.tar
urpmi-8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c.tar.gz
urpmi-8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c.tar.bz2
urpmi-8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c.tar.xz
urpmi-8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c.zip
+ correct typo in po/fr.po
*replace msgstr "usage: rpmf [<fichier>]" by msgstr "usage: urpmf [options] <fichier>" *replace msgstr "usage: urpmi.addmedia [--update] <nome> <url>" by msgstr "usage: urpmi.addmedia [--update] <nom> <url>" + add inst.list that will contain list of package to install and not to upgrade. Now I have to learn perl ;)
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index 406d61b4..1780d0dd 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -69,6 +69,7 @@ sub new {
bless {
config => "/etc/urpmi/urpmi.cfg",
skiplist => "/etc/urpmi/skip.list",
+ instlist => "/etc/urpmi/inst.list",
depslist => "/var/lib/urpmi/depslist.ordered",
provides => "/var/lib/urpmi/provides",
compss => "/var/lib/urpmi/compss",