diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 23:55:39 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 23:55:39 -0400 |
commit | 3db35d537744ff5725a7f7d0b5bcd93f43372972 (patch) | |
tree | a4aa3bf58d7cd4d1c533e9c969e1ee14f1ceb46d /config/haproxy | |
parent | 0c13d9d6ac5559272346d59b323ddf076440b709 (diff) | |
download | pfsense-packages-3db35d537744ff5725a7f7d0b5bcd93f43372972.tar.gz pfsense-packages-3db35d537744ff5725a7f7d0b5bcd93f43372972.tar.bz2 pfsense-packages-3db35d537744ff5725a7f7d0b5bcd93f43372972.zip |
Remove _post
Diffstat (limited to 'config/haproxy')
-rw-r--r-- | config/haproxy/haproxy.inc | 2 |
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 } |