diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-09 19:22:03 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-09 19:22:03 +0000 |
commit | 13f0c01e5e95c2f7a8612f78f5b5087950d0ec35 (patch) | |
tree | f36453fd97e6d83f698104f3c9171ddeabb7796e | |
parent | f181976e0425405ef4951d8fbd3ef17066964d48 (diff) | |
download | rpmdrake-13f0c01e5e95c2f7a8612f78f5b5087950d0ec35.tar rpmdrake-13f0c01e5e95c2f7a8612f78f5b5087950d0ec35.tar.gz rpmdrake-13f0c01e5e95c2f7a8612f78f5b5087950d0ec35.tar.bz2 rpmdrake-13f0c01e5e95c2f7a8612f78f5b5087950d0ec35.tar.xz rpmdrake-13f0c01e5e95c2f7a8612f78f5b5087950d0ec35.zip |
il est fort ce perl checker
-rwxr-xr-x | rpmdrake | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -967,7 +967,7 @@ all of them are currently disabled. You should run the Software Media Manager to enable at least one (check it in the Enabled? column). -Then, restart MandrakeUpdate.", $update_name)); +Then, restart MandrakeUpdate.")); myexit(-1); } mu_retry_another_mirror: @@ -977,7 +977,7 @@ N("You may also choose your desired mirror manually: to do so, launch the Software Media Manager, and then add a `Security updates' medium. -Then, restart MandrakeUpdate.", $update_name)), myexit(-1); +Then, restart MandrakeUpdate.")), myexit(-1); add_medium_and_check($urpm, {}, $update_name, make_url_mirror($m), '../base/hdlist.cz', update => 1); @update_medias = { name => $update_name }; #- hack to simulate a medium for parsing of descriptions |