Mageia Bugzilla – Attachment 6040 Details for
Bug 2836
drakfirewall is missing option for "SMB client"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to enable SMB client and server ports
enable_samba_ports.patch (text/plain), 769 bytes, created by
Angelo Naselli
on 2015-03-11 23:22:04 CET
(
hide
)
Description:
patch to enable SMB client and server ports
Filename:
MIME Type:
Creator:
Angelo Naselli
Created:
2015-03-11 23:22:04 CET
Size:
769 bytes
patch
obsolete
>diff --git a/lib/network/drakfirewall.pm b/lib/network/drakfirewall.pm >index 42d468f..c4723b9 100644 >--- a/lib/network/drakfirewall.pm >+++ b/lib/network/drakfirewall.pm >@@ -61,10 +61,14 @@ my @all_servers = > restart => 'nfs-common nfs-server', > }, > { >- name => N_("Windows Files Sharing (SMB)"), >+ name => N_("Windows Files Sharing (SMB server)"), > pkg => 'samba-server', >- ports => '137/tcp 137/udp 138/tcp 138/udp 139/tcp 139/udp 445/tcp 445/udp 1024:1100/tcp 1024:1100/udp', >- hide => 1, >+ ports => '137/tcp 138/tcp 138/udp 139/tcp 139/udp 445/tcp 445/udp 1024:1100/tcp 1024:1100/udp', >+ }, >+ { >+ name => N_("Windows Files Sharing (SMB client)"), >+ pkg => 'samba-client', >+ ports => '137/udp', > }, > { > name => N_("Bacula backup"),
diff --git a/lib/network/drakfirewall.pm b/lib/network/drakfirewall.pm index 42d468f..c4723b9 100644 --- a/lib/network/drakfirewall.pm +++ b/lib/network/drakfirewall.pm @@ -61,10 +61,14 @@ my @all_servers = restart => 'nfs-common nfs-server', }, { - name => N_("Windows Files Sharing (SMB)"), + name => N_("Windows Files Sharing (SMB server)"), pkg => 'samba-server', - ports => '137/tcp 137/udp 138/tcp 138/udp 139/tcp 139/udp 445/tcp 445/udp 1024:1100/tcp 1024:1100/udp', - hide => 1, + ports => '137/tcp 138/tcp 138/udp 139/tcp 139/udp 445/tcp 445/udp 1024:1100/tcp 1024:1100/udp', + }, + { + name => N_("Windows Files Sharing (SMB client)"), + pkg => 'samba-client', + ports => '137/udp', }, { name => N_("Bacula backup"),
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2836
:
6036
| 6040 |
6059