summaryrefslogtreecommitdiffstats
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
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 ;)
-rw-r--r--inst.list1
-rw-r--r--po/fr.po9
-rw-r--r--urpm.pm1
3 files changed, 8 insertions, 3 deletions
diff --git a/inst.list b/inst.list
new file mode 100644
index 00000000..ae91e2b5
--- /dev/null
+++ b/inst.list
@@ -0,0 +1 @@
+# Here you can specify the package you want to install and not upgrade
diff --git a/po/fr.po b/po/fr.po
index 094ebeba..7ffe0951 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -75,7 +75,8 @@ msgstr ""
#: po/placeholder.h:9 po/placeholder.h:26
#, fuzzy
msgid "usage: urpmf [options] <file>"
-msgstr "usage: rpmf [<fichier>]"
+#msgstr "usage: rpmf [<fichier>]"
+msgstr "usage: urpmf [options] <fichier>"
#: po/placeholder.h:10
msgid ""
@@ -215,7 +216,8 @@ msgstr "impossible de copier la source de [%s] depuis [%s]"
#: po/placeholder.h:43 urpm.pm:795
#, c-format
msgid "unable to write compss file [%s]"
-msgstr "impossible d'écrire le fichier comss [%s]"
+#msgstr "impossible d'écrire le fichier comss [%s]"
+msgstr "impossible d'écrire le fichier compss [%s]"
#: po/placeholder.h:44 urpm.pm:738
#, c-format
@@ -815,7 +817,8 @@ msgstr "Un des paquetages suivants est nécessaire :"
#: urpmi.addmedia:30
msgid "usage: urpmi.addmedia [--update] <name> <url>"
-msgstr "usage: urpmi.addmedia [--update] <nome> <url>"
+#msgstr "usage: urpmi.addmedia [--update] <nome> <url>"
+msgstr "usage: urpmi.addmedia [--update] <nom> <url>"
#. <path>
#. <login>:<password>@<host>/<path> with <relative filename of hdlist>
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",