From 53d71f3e29ac35dab047f8efcc6dff4c91cb399f Mon Sep 17 00:00:00 2001 From: mnag Date: Thu, 6 Oct 2005 18:47:55 +0000 Subject: Fix smb_auth helper PR: 86850 Pointed by: Dean M. Phillips Submitted by: Thomas-Martin Seck (maintainer) --- www/squid30/files/patch-helpers-basic_auth-SMB-Makefile.in | 11 +++++++++++ www/squid30/files/patch-helpers-basic_auth-SMB-smb_auth.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 www/squid30/files/patch-helpers-basic_auth-SMB-Makefile.in (limited to 'www/squid30/files') diff --git a/www/squid30/files/patch-helpers-basic_auth-SMB-Makefile.in b/www/squid30/files/patch-helpers-basic_auth-SMB-Makefile.in new file mode 100644 index 000000000000..09a82638fd3c --- /dev/null +++ b/www/squid30/files/patch-helpers-basic_auth-SMB-Makefile.in @@ -0,0 +1,11 @@ +--- helpers/basic_auth/SMB/Makefile.in.orig Tue Oct 4 07:29:26 2005 ++++ helpers/basic_auth/SMB/Makefile.in Tue Oct 4 07:29:49 2005 +@@ -129,7 +129,7 @@ + makesnmplib = @makesnmplib@ + + SMB_AUTH_HELPER = smb_auth.sh +-SAMBAPREFIX = /usr/local/samba ++SAMBAPREFIX = %%LOCALBASE%% + SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER) + + libexec_SCRIPTS = $(SMB_AUTH_HELPER) diff --git a/www/squid30/files/patch-helpers-basic_auth-SMB-smb_auth.sh b/www/squid30/files/patch-helpers-basic_auth-SMB-smb_auth.sh index 8115ac0b7938..8f41fa2ff024 100644 --- a/www/squid30/files/patch-helpers-basic_auth-SMB-smb_auth.sh +++ b/www/squid30/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 -- cgit