]> git.ipfire.org Git - thirdparty/squid.git/commit
Substitute Perl shell path into Basic auth helper scripts
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 31 May 2010 09:32:19 +0000 (21:32 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 31 May 2010 09:32:19 +0000 (21:32 +1200)
commitc2cf387f35af178e5294847f9fae3c226e88a2f7
tree9b24dedc384d7eace462dd697f21a437402aae1c
parentc876872809f5a481508705f3a1c5f65102d805e3
Substitute Perl shell path into Basic auth helper scripts

This fixes these helpers by default on OS where the perl shell is not at
/usr/bin/perl. The problem of cross-compiling shell variation remains as
it was before.

TODO: roll out to other installed scripts
doc/release-notes/release-3.2.sgml
helpers/basic_auth/DB/Makefile.am
helpers/basic_auth/DB/basic_db_auth.pl.in [moved from helpers/basic_auth/DB/basic_db_auth.in with 100% similarity]
helpers/basic_auth/MSNT-multi-domain/Makefile.am
helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl.in [moved from helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl with 99% similarity]
helpers/basic_auth/POP3/Makefile.am
helpers/basic_auth/POP3/basic_pop3_auth.pl.in [moved from helpers/basic_auth/POP3/basic_pop3_auth.pl with 98% similarity]
src/Common.am