diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-14 16:57:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-14 16:57:25 +0000 |
commit | 6d5e86b795a8023d41ec69eb012c85eb77384b9d (patch) | |
tree | ab97e5743cd94e6390e027a97d768860455a3413 /pod | |
parent | b02c0e08ac9f584ab4d63f583866c457e1f14f2d (diff) | |
download | urpmi-6d5e86b795a8023d41ec69eb012c85eb77384b9d.tar urpmi-6d5e86b795a8023d41ec69eb012c85eb77384b9d.tar.gz urpmi-6d5e86b795a8023d41ec69eb012c85eb77384b9d.tar.bz2 urpmi-6d5e86b795a8023d41ec69eb012c85eb77384b9d.tar.xz urpmi-6d5e86b795a8023d41ec69eb012c85eb77384b9d.zip |
fix documentation regarding password in urls
cf 4.9.0 change:
o do not use list.<media_name> to store passwords, use /etc/urpmi/netrc
instead. Also do have the url in urpmi.cfg, only the password is removed
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.cfg.5.pod | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index 4701fd7f..420b41c6 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -178,10 +178,7 @@ A medium is described as follows : } where B<name> is the medium name (space characters must be prefixed by a -backslash) and where the optional B<url> is the medium URL. If no B<url> -is given, it will be read from the mandatory list file. (This is the case -when passwords appear in the URL, so passwords remain hidden to non-root -users, urpmi.cfg being world-readable.) +backslash) and where B<url> is the medium URL. Most other options like B<list>, B<with_hdlist>, B<media_info_dir>, B<synthesis>, B<removable>, B<virtual> are for internal use and should be |