From cf064e58a38e0774a82b95f26a158b50dd32a1d1 Mon Sep 17 00:00:00 2001 From: Thomas Heil Date: Tue, 10 Jan 2012 10:52:44 +0000 Subject: [PATCH] package: haproxy - comments should now agree with the appropriate commands SVN-Revision: 29703 --- net/haproxy/Makefile | 2 +- net/haproxy/files/haproxy.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index bd901cbf46..02f0ca95b2 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy PKG_VERSION:=1.4.19 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://haproxy.1wt.eu/download/1.4/src diff --git a/net/haproxy/files/haproxy.cfg b/net/haproxy/files/haproxy.cfg index fe2ec5a3a0..a54f5f5ddb 100644 --- a/net/haproxy/files/haproxy.cfg +++ b/net/haproxy/files/haproxy.cfg @@ -42,7 +42,7 @@ global # Example HTTP proxy listener listen my_http_proxy - # Bind to port 80 and 443 on all interfaces (0.0.0.0) + # Bind to port 81 and 444 on all interfaces (0.0.0.0) bind :81,:444 # We're proxying HTTP here... @@ -69,7 +69,7 @@ listen my_smtp_proxy # Disable this instance without commenting out the section. disabled - # Bind to port 25 and 587 on localhost + # Bind to port 26 and 588 on localhost bind 127.0.0.1:26,127.0.0.1:588 # This is a TCP proxy -- 2.30.2