Remove ftpsesame, its been reported to actually break pftpx in certain cases

This commit is contained in:
Scott Ullrich 2006-01-18 00:48:07 +00:00
parent 79b7e93369
commit 922156101e

View File

@ -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++;
}
}