diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-12-03 19:27:41 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-12-03 19:27:41 -0200 |
commit | 952aeebf078999ea2a6b1764049130885fba1ec8 (patch) | |
tree | 90d854e6307152a1d0e509eef91411bceef81aae /config/haproxy-devel/haproxy.xml | |
parent | 7a1c41798ccc8bd5ae8c8b6b6989318590ba04d3 (diff) | |
download | pfsense-packages-952aeebf078999ea2a6b1764049130885fba1ec8.tar.gz pfsense-packages-952aeebf078999ea2a6b1764049130885fba1ec8.tar.bz2 pfsense-packages-952aeebf078999ea2a6b1764049130885fba1ec8.zip |
haproxy-devel -add pkg shortcut and keep menus on backend/frontend edit
Diffstat (limited to 'config/haproxy-devel/haproxy.xml')
-rw-r--r-- | config/haproxy-devel/haproxy.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/haproxy-devel/haproxy.xml b/config/haproxy-devel/haproxy.xml index 299d76c6..803bd978 100644 --- a/config/haproxy-devel/haproxy.xml +++ b/config/haproxy-devel/haproxy.xml @@ -109,6 +109,11 @@ <chmod>077</chmod> <item>http://www.pfsense.com/packages/config/haproxy-devel/haproxy.widget.php</item> </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/www/shortcuts/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.org/packages/config/haproxy-devel/pkg_haproxy.inc</item> + </additional_files_needed> <custom_delete_php_command> </custom_delete_php_command> <custom_add_php_command> |