summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-18 00:48:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-18 00:48:07 +0000
commit922156101e88bbbd16933e11288fd1136b7c7bf3 (patch)
tree4b906855abf3110d821e5dc8d86a6ee7ef126de5 /etc
parent79b7e93369486aef686504cab11bfab9219cc371 (diff)
downloadpfsense-922156101e88bbbd16933e11288fd1136b7c7bf3.zip
pfsense-922156101e88bbbd16933e11288fd1136b7c7bf3.tar.gz
Remove ftpsesame, its been reported to actually break pftpx in certain cases
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 91c0c99..f7b750b 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1308,9 +1308,6 @@ function system_start_ftp_helpers() {
$helpers = exec("/bin/ps awux | grep \"/usr/local/sbin/pftpx -c {$port}\" | grep -v grep | sed \"s/ */ /g\"");
if(!$helpers && $ip)
mwexec("/usr/local/sbin/pftpx -c {$port} -g 8021 {$ip}");
- $helpers = exec("/bin/ps awux | grep \"/usr/local/sbin/ftpsesame -i {$int}\" | grep -v grep | sed \"s/ */ /g\"");
- if(!$helpers && $ip)
- mwexec("/usr/local/sbin/ftpsesame -i {$int} -t ftpsesame");
$interface_counter++;
}
}
OpenPOWER on IntegriCloud