diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2012-10-12 14:01:04 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2012-10-12 14:01:04 +0000 |
commit | ab84524d86c1fabefe7f36d2ad02f5c5749926f0 (patch) | |
tree | 81baebcc11c96a9639cf70011545a55687e64aa1 /net/haproxy | |
parent | 42760868317823db32c17577ca173b10bc54f8e8 (diff) |
Notes
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/files/haproxy.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/haproxy/files/haproxy.in b/net/haproxy/files/haproxy.in index 2076db94911e..823eb10109e5 100644 --- a/net/haproxy/files/haproxy.in +++ b/net/haproxy/files/haproxy.in @@ -30,7 +30,7 @@ # reload - hot-reconfig using "-sf" option (active sessions kept) # forcereload - hot-reconfig using "-st" option (active sessions killed) # restart - equiv to "stop" then "start" -# checkconfig - checks configuration file defined in haproxy_config +# configtest - checks configuration file defined in haproxy_config # ####### @@ -51,10 +51,10 @@ load_rc_config $name pidfile=${haproxy_pidfile} required_files=${haproxy_config} -# Commands: start, stop, restart, reload, checkconfig -extra_commands="reload checkconfig" +# Commands: start, stop, restart, reload, configtest +extra_commands="reload configtest" -checkconfig_cmd="haproxy_checkconfig" +configtest_cmd="haproxy_checkconfig" reload_cmd="haproxy_reload" haproxy_reload() |