Mageia Bugzilla – Attachment 5332 Details for
Bug 13353
Diskdrake fileshare says "nfs-utils" doesn't exists.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch which make it working
bug13353.patch (text/plain), 745 bytes, created by
Manuel Hiebel
on 2014-08-08 19:25:16 CEST
(
hide
)
Description:
patch which make it working
Filename:
MIME Type:
Creator:
Manuel Hiebel
Created:
2014-08-08 19:25:16 CEST
Size:
745 bytes
patch
obsolete
>diff --git a/perl-install/any.pm b/perl-install/any.pm >index c7214ac..73e4b04 100644 >--- a/perl-install/any.pm >+++ b/perl-install/any.pm >@@ -1320,14 +1320,10 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na > } > foreach (keys %types) { > my ($pkg, $service, $_descr) = @{$types{$_}}; >- my $file = "/etc/init.d/$service"; > if ($l{$_}) { >- $in->do_pkgs->ensure_is_installed($pkg, $file) or return; >+ $in->do_pkgs->ensure_is_installed($pkg) or return; > services::start($service); > services::start_service_on_boot($service); >- } elsif (-e $file) { >- services::stop($service); >- services::do_not_start_service_on_boot($service); > } > } > if ($in->do_pkgs->is_installed('nautilus')) {
diff --git a/perl-install/any.pm b/perl-install/any.pm index c7214ac..73e4b04 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1320,14 +1320,10 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na } foreach (keys %types) { my ($pkg, $service, $_descr) = @{$types{$_}}; - my $file = "/etc/init.d/$service"; if ($l{$_}) { - $in->do_pkgs->ensure_is_installed($pkg, $file) or return; + $in->do_pkgs->ensure_is_installed($pkg) or return; services::start($service); services::start_service_on_boot($service); - } elsif (-e $file) { - services::stop($service); - services::do_not_start_service_on_boot($service); } } if ($in->do_pkgs->is_installed('nautilus')) {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13353
: 5332