Mageia Bugzilla – Attachment 3624 Details for
Bug 8379
drakx-finish-install should enable nonfree repo if nonfree packages are installed (live install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Revised patch to use subroutine
finish-install.patch (text/plain), 345 bytes, created by
Derek Jennings
on 2013-03-16 22:53:57 CET
(
hide
)
Description:
Revised patch to use subroutine
Filename:
MIME Type:
Creator:
Derek Jennings
Created:
2013-03-16 22:53:57 CET
Size:
345 bytes
patch
obsolete
>--- /usr/sbin/finish-install 2013-03-12 08:02:25.000000000 +0000 >@@ -121,6 +121,7 @@ > #- configure urpmi media if no media are configured > run_program::get_stdout('urpmq', '--list-media') and return; > any::urpmi_add_all_media($in); >+ any::urpmi_enable_media("Nonfree") if `rpm -qa` =~ /nonfree/; > } > > sub set_authentication {
--- /usr/sbin/finish-install 2013-03-12 08:02:25.000000000 +0000 @@ -121,6 +121,7 @@ #- configure urpmi media if no media are configured run_program::get_stdout('urpmq', '--list-media') and return; any::urpmi_add_all_media($in); + any::urpmi_enable_media("Nonfree") if `rpm -qa` =~ /nonfree/; } sub set_authentication {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8379
:
3620
|
3621
| 3624 |
3709