aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-25 09:13:56 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-25 09:13:56 +0200
commit5157df459debfddcb0d8a17eaf0a07a6651247ea (patch)
tree1dd1beb781c9ca30cae581637f46266dd3f52e96 /config/haproxy
parent62ba5b50249be65617f80f138778aa7fcda73a93 (diff)
downloadpfsense-packages-5157df459debfddcb0d8a17eaf0a07a6651247ea.tar.gz
pfsense-packages-5157df459debfddcb0d8a17eaf0a07a6651247ea.tar.bz2
pfsense-packages-5157df459debfddcb0d8a17eaf0a07a6651247ea.zip
Remove useless remount calls and other redundant stuff
These are dealt with by install_package() from pkg-utils.inc. Also nuke unused tags.
Diffstat (limited to 'config/haproxy')
-rw-r--r--config/haproxy/haproxy.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml
index 3be05802..ac8a35f2 100644
--- a/config/haproxy/haproxy.xml
+++ b/config/haproxy/haproxy.xml
@@ -89,17 +89,10 @@
<chmod>077</chmod>
<item>https://packages.pfsense.org/packages/config/haproxy/haproxy_pool_edit.php</item>
</additional_files_needed>
- <custom_delete_php_command>
- </custom_delete_php_command>
- <custom_add_php_command>
- </custom_add_php_command>
- <custom_php_resync_config_command>
- </custom_php_resync_config_command>
<custom_php_install_command>
/*
included in package install
$freebsdv=trim(`uname -r | cut -d'.' -f1`);
- conf_mount_rw();
`fetch -q -o /usr/local/sbin/ https://packages.pfsense.org/packages/config/haproxy/binaries{$freebsdv}/haproxy`;
exec("chmod a+rx /usr/local/sbin/haproxy");
*/
@@ -108,6 +101,4 @@
<custom_php_deinstall_command>
haproxy_custom_php_deinstall_command();
</custom_php_deinstall_command>
- <custom_php_command_before_form>
- </custom_php_command_before_form>
</packagegui>