summaryrefslogtreecommitdiff
path: root/net/haproxy/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/haproxy/files')
-rw-r--r--net/haproxy/files/haproxy.sh.in (renamed from net/haproxy/files/haproxy.sh)4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy/files/haproxy.sh b/net/haproxy/files/haproxy.sh.in
index a69868ffb1e8..17682a730f73 100644
--- a/net/haproxy/files/haproxy.sh
+++ b/net/haproxy/files/haproxy.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD$
+# $FreeBSD: /tmp/pcvs/ports/net/haproxy/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"