[csw-devel] SF.net SVN: gar:[18593] csw/mgar/pkg/squid/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jun 28 21:39:23 CEST 2012


Revision: 18593
          http://gar.svn.sourceforge.net/gar/?rev=18593&view=rev
Author:   bdwalton
Date:     2012-06-28 19:39:23 +0000 (Thu, 28 Jun 2012)
Log Message:
-----------
squid/trunk: patch around a usr/local reference that was hard coded in the smb auth helper

Modified Paths:
--------------
    csw/mgar/pkg/squid/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/squid/trunk/files/0001-patch-the-SAMBAPREFIX-path-for-the-smb-auth-helper.patch

Modified: csw/mgar/pkg/squid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/squid/trunk/Makefile	2012-06-28 19:22:47 UTC (rev 18592)
+++ csw/mgar/pkg/squid/trunk/Makefile	2012-06-28 19:39:23 UTC (rev 18593)
@@ -38,6 +38,7 @@
 MASTER_SITES = http://www.squid-cache.org/Versions/v$(RELVER)/$(VERSION)/
 DISTFILES = $(DISTNAME).tar.bz2
 DISTFILES += cswsquid
+PATCHFILES += 0001-patch-the-SAMBAPREFIX-path-for-the-smb-auth-helper.patch
 
 EXTRA_CPPFLAGS += -DDEFAULT_SQUID_ERROR_DIR=\\\"/etc/opt/csw/squid/errors\\\"
 

Added: csw/mgar/pkg/squid/trunk/files/0001-patch-the-SAMBAPREFIX-path-for-the-smb-auth-helper.patch
===================================================================
--- csw/mgar/pkg/squid/trunk/files/0001-patch-the-SAMBAPREFIX-path-for-the-smb-auth-helper.patch	                        (rev 0)
+++ csw/mgar/pkg/squid/trunk/files/0001-patch-the-SAMBAPREFIX-path-for-the-smb-auth-helper.patch	2012-06-28 19:39:23 UTC (rev 18593)
@@ -0,0 +1,26 @@
+From fc4c66dfc5e67c853b9c1e7ed9664d7837fc686e Mon Sep 17 00:00:00 2001
+From: Ben Walton <bwalton at opencsw.org>
+Date: Thu, 28 Jun 2012 21:24:52 +0200
+Subject: [PATCH] patch the SAMBAPREFIX path for the smb auth helper
+
+Signed-off-by: Ben Walton <bwalton at opencsw.org>
+---
+ helpers/basic_auth/SMB/Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/helpers/basic_auth/SMB/Makefile.am b/helpers/basic_auth/SMB/Makefile.am
+index f5f833f..5c5b9f3 100644
+--- a/helpers/basic_auth/SMB/Makefile.am
++++ b/helpers/basic_auth/SMB/Makefile.am
+@@ -14,7 +14,7 @@
+ ## FIXME: autoconf should test for the samba path.
+ 
+ SMB_AUTH_HELPER	= smb_auth.sh
+-SAMBAPREFIX=/usr/local/samba
++SAMBAPREFIX=/opt/csw
+ SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER)
+ 
+ libexec_SCRIPTS	= $(SMB_AUTH_HELPER)
+-- 
+1.7.10.3
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list