diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-21 14:19:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-21 14:19:21 +0000 |
commit | 94812055eb7353778b330e3ac057cb322cdc54b3 (patch) | |
tree | 984f0f4426e7dbd40df4ba89e16568c275bd27cd /urpm/media.pm | |
parent | 929fa7966aa8b0a619fd50858d51966be2acf2d9 (diff) | |
download | urpmi-94812055eb7353778b330e3ac057cb322cdc54b3.tar urpmi-94812055eb7353778b330e3ac057cb322cdc54b3.tar.gz urpmi-94812055eb7353778b330e3ac057cb322cdc54b3.tar.bz2 urpmi-94812055eb7353778b330e3ac057cb322cdc54b3.tar.xz urpmi-94812055eb7353778b330e3ac057cb322cdc54b3.zip |
rename conf_file__rel_media into with-dir
(since it will be used in urpmi.cfg too, it needs a less verbose name)
Diffstat (limited to 'urpm/media.pm')
-rw-r--r-- | urpm/media.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/media.pm b/urpm/media.pm index 3d0f5c3e..4cfd33e4 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -11,7 +11,6 @@ use MDV::Distribconf; our @PER_MEDIA_OPT = qw( - conf_file__rel_media downloader ignore key-ids @@ -28,6 +27,7 @@ our @PER_MEDIA_OPT = qw( url verify-rpm virtual + with-dir with_hdlist with_synthesis xml-info |