--- squid-2.5.STABLE12/helpers/basic_auth/SMB/Makefile.am.old 2002-08-12 03:13:42.000000000 +0200 +++ squid-2.5.STABLE12/helpers/basic_auth/SMB/Makefile.am 2005-12-29 14:49:24.000000000 +0100 @@ -7,14 +7,14 @@ # # SAMBAPREFIX must point to the directory where Samba has been installed. -# By default, Samba is installed in /usr/local/samba. If you changed this +# By default, Samba is installed in /usr. If you changed this # by using the --prefix option when configuring Samba, you need to change # SAMBAPREFIX accordingly. ## FIXME: autoconf should test for the samba path. SMB_AUTH_HELPER = smb_auth.sh -SAMBAPREFIX=/usr/local/samba +SAMBAPREFIX=/usr SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER) libexec_SCRIPTS = $(SMB_AUTH_HELPER) --- squid-2.5.STABLE12/helpers/basic_auth/SMB/Makefile.in.old 2005-09-28 22:57:19.000000000 +0200 +++ squid-2.5.STABLE12/helpers/basic_auth/SMB/Makefile.in 2005-12-29 14:49:16.000000000 +0100 @@ -22,7 +22,7 @@ # # SAMBAPREFIX must point to the directory where Samba has been installed. -# By default, Samba is installed in /usr/local/samba. If you changed this +# By default, Samba is installed in /usr. If you changed this # by using the --prefix option when configuring Samba, you need to change # SAMBAPREFIX accordingly. @@ -131,7 +131,7 @@ makesnmplib = @makesnmplib@ SMB_AUTH_HELPER = smb_auth.sh -SAMBAPREFIX = /usr/local/samba +SAMBAPREFIX = /usr SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER) libexec_SCRIPTS = $(SMB_AUTH_HELPER)