diff options
author | 2019-06-14 22:52:47 +0200 | |
---|---|---|
committer | 2019-06-14 22:52:47 +0200 | |
commit | 8d9e3bd82f598c9f0782400624ecb342ffab262c (patch) | |
tree | 4fa3dfa7e886d0a7901a57b9c063e1d119a1b10b /net-misc | |
parent | kde-plasma/libksysguard: Restore accidentally removed patch (diff) | |
download | kde-8d9e3bd82f598c9f0782400624ecb342ffab262c.tar.gz kde-8d9e3bd82f598c9f0782400624ecb342ffab262c.tar.bz2 kde-8d9e3bd82f598c9f0782400624ecb342ffab262c.zip |
net-misc/smb4k: Add pkg_postinst note about Samba 4.7 fix
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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 578795e8d7..896232bad4 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" +} |