diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 22:01:52 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 22:01:52 -0400 |
commit | daf217600ba4f1f0faf551ee049d8f1978f1b1c6 (patch) | |
tree | ccb528711c70e9e5b0fb3cd0aba96deea27ae5c4 /config/haproxy/haproxy.inc | |
parent | 7a217d765fbe5e995833b80d9b219b3921441a7f (diff) | |
download | pfsense-packages-daf217600ba4f1f0faf551ee049d8f1978f1b1c6.tar.gz pfsense-packages-daf217600ba4f1f0faf551ee049d8f1978f1b1c6.tar.bz2 pfsense-packages-daf217600ba4f1f0faf551ee049d8f1978f1b1c6.zip |
Define d_haproxyconfdirty_path
Diffstat (limited to 'config/haproxy/haproxy.inc')
-rw-r--r-- | config/haproxy/haproxy.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index cb22d8c9..88fa01e1 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -31,6 +31,8 @@ require_once("functions.inc"); require_once("pkg-utils.inc"); require_once("notices.inc"); +$d_haproxyconfdirty_path = $g['varrun_path'] . "/haproxy.conf.dirty"; + function haproxy_custom_php_install_command() { global $g, $config; conf_mount_rw(); |