diff options
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -747,6 +747,7 @@ sub configure { #- add a new medium, sync the config file accordingly. #- returns the new medium's name. (might be different from the requested #- name if index_name was specified) +#- options: ignore, index_name, nolock, update, virtual sub add_medium { my ($urpm, $name, $url, $with_hdlist, %options) = @_; |