summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-24 14:38:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-24 14:38:12 +0000
commitc9ef0a6f29dcd51a1997543724b28fc313b7c625 (patch)
tree07dc556cd913183cc33843118bc84bb557043c7e /etc
parent815b08b49b344eb0e53bc11fe7d113be647c07d4 (diff)
downloadpfsense-c9ef0a6f29dcd51a1997543724b28fc313b7c625.zip
pfsense-c9ef0a6f29dcd51a1997543724b28fc313b7c625.tar.gz
Remove -q ftpproxy
Diffstat (limited to 'etc')
-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 811a489..c65ba00 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -964,7 +964,7 @@ function system_start_ftp_helpers() {
if($config['system']['disableftpproxy'] <> "") return;
$wanif = get_real_wan_interface();
mwexec("/usr/sbin/inetd -wW -C 60");
- mwexec("/usr/local/sbin/pftpx -g 8021 -q ftpproxy");
+ mwexec("/usr/local/sbin/pftpx -g 8021");
}
function cleanup_backupcache($revisions = "all") {
OpenPOWER on IntegriCloud