Re: FreeBSD Port: haproxy-1.7.8

2017-08-10 Thread Matthew Seaman
On 10/08/2017 15:29, Alan Makoev via freebsd-ports wrote: > Hello FreeBSD team! > I installed haproxy and found that it's rc script ignores pidfile set in > rc.d. I suppose this is because these lines: > > : ${haproxy_enable:="NO"} > : ${haproxy_config:="%%PREFIX%%/etc/${name}.conf"} > pidfile=${h

FreeBSD Port: haproxy-1.7.8

2017-08-10 Thread Alan Makoev via freebsd-ports
Hello FreeBSD team! I installed haproxy and found that it's rc script ignores pidfile set in rc.d. I suppose this is because these lines: : ${haproxy_enable:="NO"} : ${haproxy_config:="%%PREFIX%%/etc/${name}.conf"} pidfile=${haproxy_pidfile:-"/var/run/haproxy.pid"} precede this one: load_rc_c