aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy-devel/files
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2006-11-01 14:42:14 +0000
committerClement Laforet <clement@FreeBSD.org>2006-11-01 14:42:14 +0000
commitfa1931b038fdb787765737a6329abc6e193ae934 (patch)
tree45c125988189e92c4929d28d7197294dc245eb91 /net/haproxy-devel/files
parentbe2bd16f64eb09c2502cdf37f2ed8a2cf0a7c6b9 (diff)
Notes
Diffstat (limited to 'net/haproxy-devel/files')
-rw-r--r--net/haproxy-devel/files/haproxy.sh.in (renamed from net/haproxy-devel/files/haproxy.sh)4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy-devel/files/haproxy.sh b/net/haproxy-devel/files/haproxy.sh.in
index a69868ffb1e8..9083c615dd65 100644
--- a/net/haproxy-devel/files/haproxy.sh
+++ b/net/haproxy-devel/files/haproxy.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD$
+# $FreeBSD: /tmp/pcvs/ports/net/haproxy-devel/files/Attic/haproxy.sh.in,v 1.1 2006-11-01 14:42:14 clement Exp $
#
# PROVIDE: haproxy
@@ -30,7 +30,7 @@ pidfile="/var/run/haproxy.pid"
required_files=%%PREFIX%%/etc/haproxy.conf
[ -z "$haproxy_enable" ] && haproxy_enable="NO"
-[ -z "$haproxy_flags" ] && haproxy_flags="-p ${pidfile}"
+[ -z "$haproxy_flags" ] && haproxy_flags="-p ${pidfile} -f /usr/local/etc/haproxy.conf"
[ -z "$haproxylimits_enable" ] && haproxylimits_enable="NO"
[ -z "$haproxylimits_args" ] && haproxylimits_args="-e -C daemon"