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

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

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


Revision 1.2 - (show annotations) (download)
Tue Oct 7 19:14:44 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10HTTPPort mezzanine_patched_e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10HTTPPort
2 --- e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10HTTPPort 2007-08-29 19:29:36.000000000 -0400
3 +++ mezzanine_patched_e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10HTTPPort 2007-08-29 19:28:08.000000000 -0400
4 @@ -1,3 +1,4 @@
5 {
6 - "http_port " . ($squid{TCPPort} || '3128');
7 + $OUT .= "http_port $LocalIP:" . ($squid{TCPPort} || '3128') . "\n";
8 + $OUT .= "http_port 127.0.0.1:" . ($squid{TCPPort} || '3128');
9 }
10 diff -Nur -x '*.orig' -x '*.rej' e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10ICPAddresses mezzanine_patched_e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10ICPAddresses
11 --- e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10ICPAddresses 1969-12-31 19:00:00.000000000 -0500
12 +++ mezzanine_patched_e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10ICPAddresses 2007-08-29 19:29:07.000000000 -0400
13 @@ -0,0 +1,4 @@
14 +{
15 + $OUT .= "udp_incoming_address $LocalIP\n";
16 + $OUT .= "udp_outgoing_address 0.0.0.0";
17 +}

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