From a51a45e778ef83e03503d5f733af05337111ec21 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 28 Jun 2019 20:40:16 +0200 Subject: net-misc/smb4k: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/12351 Signed-off-by: Andreas Sturmlechner --- .../smb4k-3.0.0-fix-mount-readwrite-shares.patch | 61 ---------------------- 1 file changed, 61 deletions(-) delete mode 100644 net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch (limited to 'net-misc/smb4k') diff --git a/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch b/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch deleted file mode 100644 index 84d50b75b463..000000000000 --- a/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch +++ /dev/null @@ -1,61 +0,0 @@ -From 886af393dab0f6efe0f8bafc03522f25c15e0ba6 Mon Sep 17 00:00:00 2001 -From: Alexander Reinholdt -Date: Thu, 13 Jun 2019 20:57:38 +0200 -Subject: It was reported that Smb4K mounts shares read-only that were - previously accessible read-write. It turns out that the default for the "CIFS - Unix extensions" setting were not chosen very carefully. This commit changes - the default values back, so that mounting should work again as expected. - -(cherry picked from commit d3b89af5410ea8d4cb5f34921d48fdda486990f2) ---- - core/smb4kmountsettings_linux.kcfg | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/core/smb4kmountsettings_linux.kcfg b/core/smb4kmountsettings_linux.kcfg -index 4ad329c..7e046dd 100644 ---- a/core/smb4kmountsettings_linux.kcfg -+++ b/core/smb4kmountsettings_linux.kcfg -@@ -11,12 +11,12 @@ - - - Most versions of Samba support the CIFS Unix or POSIX extensions. For these servers, some options are not needed, because the right values are negotiated during the mount process. For other servers, you might want to uncheck this option, so that predefined values can be passed to the server. Please note that if your computer is located in a Windows dominated network neighborhood with only a few Samba servers, you can safely uncheck this option and define custom options for the Samba servers. -- true -+ false - - - - This is the user ID (a number) that the files and directories of the mounted share will have. If you are using the CIFS filesystem under Linux and the remote server supports the CIFS Unix Extensions, this setting will be ignored unless the assignment of the user ID is forced. -- false -+ true - - - This is the user ID (a number) that the files and directories of the mounted share will have. If you are using the CIFS filesystem under Linux and the remote server supports the CIFS Unix Extensions, this setting will be ignored unless the assignment of the user ID is forced. -@@ -25,7 +25,7 @@ - - - This is the group ID (a number) that the files and directories of the mounted share will have. If you are using the CIFS filesystem under Linux and the remote server supports the CIFS Unix Extensions, this setting will be ignored unless the assignment of the group ID is forced. -- false -+ true - - - This is the group ID (a number) that the files and directories of the mounted share will have. If you are using the CIFS filesystem under Linux and the remote server supports the CIFS Unix Extensions, this setting will be ignored unless the assignment of the group ID is forced. -@@ -34,7 +34,7 @@ - - - This is the file mode that will be used for creating files. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions. -- false -+ true - - - This is the filemode that will be used for creating files. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions. -@@ -43,7 +43,7 @@ - - - This is the directory mode that will be used for creating directories. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions. -- false -+ true - - - This is the directory mode that will be used for creating directories. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions. --- -cgit v1.1 -- cgit v1.2.3-65-gdbad