summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-21 23:17:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-21 23:17:32 +0000
commit250845dec301fb9a44f2c8c5f877bdb6bc9f7cb2 (patch)
tree5d8d92589ec09dd98aeb3f896270905f37af45d0 /etc/inc/config.inc
parent68bf32daaf62dc1a09588d5c5fb98f78d507a04f (diff)
downloadpfsense-250845dec301fb9a44f2c8c5f877bdb6bc9f7cb2.zip
pfsense-250845dec301fb9a44f2c8c5f877bdb6bc9f7cb2.tar.gz
Remove ftpproxy anchor that is not needed by ftp-proxy.
Noticed-by: lsf
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index a5dfe8c..cb65b2b 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1786,7 +1786,7 @@ function system_start_ftp_helpers() {
/* if ftp-proxy is already running then do not launch it again */
$helpers = exec("/bin/ps awux | grep \"/usr/local/sbin/ftp-proxy {$shaper_queue} -p {$port}\" | grep -v grep | sed \"s/ */ /g\"");
if(!$helpers && $ip)
- mwexec("/usr/local/sbin/ftp-proxy {$shaper_queue} -p {$port} -P 8021 {$pftpxsourceaddr} {$ip}");
+ mwexec("/usr/local/sbin/ftp-proxy {$shaper_queue} -p {$port} {$pftpxsourceaddr} {$ip}");
if(!$ip)
mwexec("/usr/local/sbin/ftpsesame {$shaper_queue} -i $int");
$interface_counter++;
OpenPOWER on IntegriCloud