diff options
Diffstat (limited to 'net-misc')
| -rw-r--r-- | net-misc/smb4k/smb4k-9999.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild index 578795e8d72..896232bad47 100644 --- a/net-misc/smb4k/smb4k-9999.ebuild +++ b/net-misc/smb4k/smb4k-9999.ebuild @@ -56,3 +56,13 @@ src_configure(){ ) kde5_src_configure } + +pkg_postinst() { + kde5_pkg_postinst + elog "Users of Samba 4.7 and above please note that for the time being," + elog "the following setting has to be added to or changed in the [global]" + elog "section of the smb.conf file:" + elog + elog "[global]" + elog "client max protocol = NT1" +} |
