Mageia Bugzilla – Attachment 4144 Details for
Bug 10301
diskdrake asks every time to install nfs-utils & nmap accessing nfs shares
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch on /usr/lib/libDrakX/fs/remote/nfs.pm
bug10301.patch (text/plain), 587 bytes, created by
Derek Jennings
on 2013-06-17 14:15:46 CEST
(
hide
)
Description:
patch on /usr/lib/libDrakX/fs/remote/nfs.pm
Filename:
MIME Type:
Creator:
Derek Jennings
Created:
2013-06-17 14:15:46 CEST
Size:
587 bytes
patch
obsolete
>--- fs/remote/nfs.pm 2013-06-17 13:05:00.000000000 +0100 >+++ fs/remote/nfs.pm 2013-06-17 13:08:20.982468750 +0100 >@@ -29,7 +29,7 @@ > > sub check { > my ($_class, $in) = @_; >- $in->do_pkgs->ensure_files_are_installed([ [ 'nfs-utils' , '/usr/sbin/showmount' ] , [ 'nmap' , '/usr/bin/nmap' ] ]); >+ $in->do_pkgs->ensure_files_are_installed([ [ qw(nfs-utils showmount) ] , [ qw(nmap nmap) ] ]); > require services; > services::start_not_running_service('rpcbind'); > services::start('nfs-common'); #- TODO: once nfs-common is fixed, it could use start_not_running_service()
--- fs/remote/nfs.pm 2013-06-17 13:05:00.000000000 +0100 +++ fs/remote/nfs.pm 2013-06-17 13:08:20.982468750 +0100 @@ -29,7 +29,7 @@ sub check { my ($_class, $in) = @_; - $in->do_pkgs->ensure_files_are_installed([ [ 'nfs-utils' , '/usr/sbin/showmount' ] , [ 'nmap' , '/usr/bin/nmap' ] ]); + $in->do_pkgs->ensure_files_are_installed([ [ qw(nfs-utils showmount) ] , [ qw(nmap nmap) ] ]); require services; services::start_not_running_service('rpcbind'); services::start('nfs-common'); #- TODO: once nfs-common is fixed, it could use start_not_running_service()
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10301
: 4144