summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-21 04:09:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-21 04:09:46 +0000
commit404407ff24b89b7d08d49e527b7a78f610b7667f (patch)
treeeeba77fc50d6513e5289945e6e8f6b0fae492421 /etc/inc
parent6434ef0b68bc10e5238e3c4b68319342cf3bfc72 (diff)
downloadpfsense-404407ff24b89b7d08d49e527b7a78f610b7667f.zip
pfsense-404407ff24b89b7d08d49e527b7a78f610b7667f.tar.gz
Do not kill pftpx. Its not hunting game.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 473e4bb..60677a3 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -975,8 +975,6 @@ function system_start_ftp_helpers() {
global $config, $g;
if($config['system']['disableftpproxy'] <> "") return;
$wanif = get_real_wan_interface();
- //mwexec("/usr/sbin/inetd -wW -C 60");
- mwexec("/usr/bin/killall pftpx 2>/dev/null");
mwexec("/usr/local/sbin/pftpx -i {$wanif} -g 8021 -q ftpproxy");
}
OpenPOWER on IntegriCloud