aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy/haproxy.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-13 23:55:39 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-13 23:55:39 -0400
commit3db35d537744ff5725a7f7d0b5bcd93f43372972 (patch)
treea4aa3bf58d7cd4d1c533e9c969e1ee14f1ceb46d /config/haproxy/haproxy.inc
parent0c13d9d6ac5559272346d59b323ddf076440b709 (diff)
downloadpfsense-packages-3db35d537744ff5725a7f7d0b5bcd93f43372972.tar.gz
pfsense-packages-3db35d537744ff5725a7f7d0b5bcd93f43372972.tar.bz2
pfsense-packages-3db35d537744ff5725a7f7d0b5bcd93f43372972.zip
Remove _post
Diffstat (limited to 'config/haproxy/haproxy.inc')
-rw-r--r--config/haproxy/haproxy.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc
index 40ac2c5e..ab2d99c2 100644
--- a/config/haproxy/haproxy.inc
+++ b/config/haproxy/haproxy.inc
@@ -76,7 +76,7 @@ haproxy_start () {
ENDOFF
}
-haproxy_stop_post () {
+haproxy_stop () {
echo "Stopping haproxy."
killall haproxy
}