aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-legacy
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-25 09:06:24 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-25 09:06:24 +0200
commitd3ff9f1b84659194b1d513071508a46a50feefb9 (patch)
treedc2225b3955613313f04aaf1466b938c01ffe884 /config/haproxy-legacy
parent4537c6efdf7e68e8ddb46ef8d4c5f9a472aff122 (diff)
downloadpfsense-packages-d3ff9f1b84659194b1d513071508a46a50feefb9.tar.gz
pfsense-packages-d3ff9f1b84659194b1d513071508a46a50feefb9.tar.bz2
pfsense-packages-d3ff9f1b84659194b1d513071508a46a50feefb9.zip
Remove useless remount calls
These are dealt with by install_package() from pkg-utils.inc.
Diffstat (limited to 'config/haproxy-legacy')
-rw-r--r--config/haproxy-legacy/haproxy.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/haproxy-legacy/haproxy.xml b/config/haproxy-legacy/haproxy.xml
index 8892c77c..99345ac5 100644
--- a/config/haproxy-legacy/haproxy.xml
+++ b/config/haproxy-legacy/haproxy.xml
@@ -109,7 +109,6 @@
/*
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-legacy/binaries{$freebsdv}/haproxy`;
exec("chmod a+rx /usr/local/sbin/haproxy");
*/
@@ -120,4 +119,4 @@
</custom_php_deinstall_command>
<custom_php_command_before_form>
</custom_php_command_before_form>
-</packagegui> \ No newline at end of file
+</packagegui>