mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove ftpsesame, its been reported to actually break pftpx in certain cases
This commit is contained in:
parent
79b7e93369
commit
922156101e
@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user