diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-25 09:06:24 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-25 09:06:24 +0200 |
commit | d3ff9f1b84659194b1d513071508a46a50feefb9 (patch) | |
tree | dc2225b3955613313f04aaf1466b938c01ffe884 /config/haproxy-legacy | |
parent | 4537c6efdf7e68e8ddb46ef8d4c5f9a472aff122 (diff) | |
download | pfsense-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.xml | 3 |
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> |