From 92b9f9fadbded9308a6b00a6df81736f9316d7f1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 6 Aug 2005 23:38:44 +0000 Subject: Do not cehck for pftpx --- etc/inc/config.inc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'etc') diff --git a/etc/inc/config.inc b/etc/inc/config.inc index cd53a05..124424a 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1147,15 +1147,6 @@ function system_start_ftp_helpers() { } else { mwexec("/usr/local/sbin/pftpx -g 8021"); } - - if(!is_process_running("pftpx")) { - mwexec("/usr/local/sbin/pftpx -g 8021"); - if(!is_process_running("pftpx")) { - sleep(2); - log_error("Could not start PFTPX with command {$command}"); - file_notice("FTP Proxy Startup Error", "PFTPX failed to start. NOTE: FTP clients may not function correctly.", "", ""); - } - } } function cleanup_backupcache($revisions = 30) { -- cgit v1.1