diff options
Diffstat (limited to 'www/squid/files/patch-helpers-basic_auth-SMB-smb_auth.sh')
-rw-r--r-- | www/squid/files/patch-helpers-basic_auth-SMB-smb_auth.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid/files/patch-helpers-basic_auth-SMB-smb_auth.sh b/www/squid/files/patch-helpers-basic_auth-SMB-smb_auth.sh index 8115ac0b793..8f41fa2ff02 100644 --- a/www/squid/files/patch-helpers-basic_auth-SMB-smb_auth.sh +++ b/www/squid/files/patch-helpers-basic_auth-SMB-smb_auth.sh @@ -6,7 +6,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ SAMBAPREFIX=${SAMBAPREFIX:-/usr/local/bin} ++ SAMBAPREFIX=${SAMBAPREFIX:-%%LOCALBASE%%} + read DOMAINNAME read PASSTHROUGH |