summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-21 04:08:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-21 04:08:53 +0000
commit6434ef0b68bc10e5238e3c4b68319342cf3bfc72 (patch)
tree85852dccedfed38aae34d01cbf6c6f3005fe6739 /etc/inc
parent907c5461e1872e80ccffda3762fa6c0b9b4109fe (diff)
downloadpfsense-6434ef0b68bc10e5238e3c4b68319342cf3bfc72.zip
pfsense-6434ef0b68bc10e5238e3c4b68319342cf3bfc72.tar.gz
we no longer need inetd.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index f3f9d39..473e4bb 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -975,7 +975,7 @@ 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/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