diff options
-rw-r--r-- | pod/urpmi.addmedia.8.pod | 4 | ||||
-rw-r--r-- | urpm/media.pm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pod/urpmi.addmedia.8.pod b/pod/urpmi.addmedia.8.pod index a2a25f22..d5d233e8 100644 --- a/pod/urpmi.addmedia.8.pod +++ b/pod/urpmi.addmedia.8.pod @@ -223,8 +223,8 @@ The architecture (if found in F</etc/release>). =item B<$RELEASE> -The OS release (if found in F</etc/release>; its value should be B<cooker> -on a Mageia cooker system.) +The OS release (if found in F</etc/release>; its value should be B<cauldron> +on a Mageia cauldron system.) =item B<$HOST> diff --git a/urpm/media.pm b/urpm/media.pm index 6caf3b8a..b972883a 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -1237,7 +1237,7 @@ sub may_reconfig_urpmi { #- #- example of reconfig.urpmi: #- # this is an urpmi reconfiguration file -#- /cooker /cooker/$ARCH +#- /cauldron /cauldron/$ARCH sub reconfig_urpmi { my ($urpm, $rfile, $medium) = @_; -r $rfile or return; |