diff options
author | anoncvs <anoncvs@mandriva.org> | 2001-11-05 19:39:39 +0000 |
---|---|---|
committer | anoncvs <anoncvs@mandriva.org> | 2001-11-05 19:39:39 +0000 |
commit | 8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c (patch) | |
tree | 7414c3308097f502cf571c2ae55187211a978f0f /urpm.pm | |
parent | f5cdb6a9ccc1ebcd4e749c567764f2b86c5207a4 (diff) | |
download | urpmi-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.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |