/[smeserver]/rpms/e-smith-proxy/sme7/e-smith-proxy-4.14.0-no_confref.patch
ViewVC logotype

Contents of /rpms/e-smith-proxy/sme7/e-smith-proxy-4.14.0-no_confref.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Aug 15 18:41:49 2008 UTC (15 years, 10 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-proxy-4_14_0-14_el4_sme, e-smith-proxy-4_14_0-15_el4_sme
Updates

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/50-transproxy mezzanine_patched_e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/50-transproxy
2 --- e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/50-transproxy 2002-04-19 12:45:31.000000000 -0400
3 +++ mezzanine_patched_e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/50-transproxy 2008-08-15 14:20:04.000000000 -0400
4 @@ -1,5 +1,5 @@
5 {
6 - my $transproxy = db_get_prop($confref, 'squid', 'Transparent') || "yes";
7 + my $transproxy = $squid{Transparent} || "yes";
8 $OUT = '';
9 return unless ($transproxy eq "yes");
10

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed