diff options
author | Sam James <sam@gentoo.org> | 2022-09-30 04:12:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-30 04:13:09 +0100 |
commit | b856d5dd6675b832cb3ba1f0431346b229b9747d (patch) | |
tree | 05ccdf51317e7cfec2eb3960af9b6633f7fbd14f /net-proxy | |
parent | net-proxy/squid: fix disabling NTLM (diff) | |
download | gentoo-b856d5dd6675b832cb3ba1f0431346b229b9747d.tar.gz gentoo-b856d5dd6675b832cb3ba1f0431346b229b9747d.tar.bz2 gentoo-b856d5dd6675b832cb3ba1f0431346b229b9747d.zip |
net-proxy/squid: improve comment
More precise.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/squid/squid-5.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/squid/squid-5.7.ebuild b/net-proxy/squid/squid-5.7.ebuild index 693209d20296..30aee5f4ebdc 100644 --- a/net-proxy/squid/squid-5.7.ebuild +++ b/net-proxy/squid/squid-5.7.ebuild @@ -226,9 +226,9 @@ src_configure() { local ntlm_modules=( none ) if use samba ; then - # We intentionally overwrite modules here to lose + # We intentionally overwrite ntlm_modules here to lose # the 'none'. - ntlm_modules=( $(usev samba 'SMB_LM') ) + ntlm_modules=( SMB_LM ) fi # External helpers |