summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-21 23:04:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-21 23:04:00 +0000
commit68bf32daaf62dc1a09588d5c5fb98f78d507a04f (patch)
treebe7db0c8d22f8644e562214331af0c4691c2a38e /etc/inc/config.inc
parente786fa1ead5e9c9795c246099199bd6c04991875 (diff)
downloadpfsense-68bf32daaf62dc1a09588d5c5fb98f78d507a04f.zip
pfsense-68bf32daaf62dc1a09588d5c5fb98f78d507a04f.tar.gz
Convert anchors and such over to ftp-proxy.
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 95d2a84..a5dfe8c 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1717,7 +1717,7 @@ function system_start_ftp_helpers() {
for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++)
$iflist['opt' . $i] = "opt{$i}";
- /* loop through all interfaces and handle pftpx */
+ /* loop through all interfaces and handle ftp-proxy */
$interface_counter = 0;
if(isset($config['shaper']['enable'])) {
if(isset($config['ezshaper']['step5']['p2pcatchall'])) {
@@ -1730,7 +1730,7 @@ function system_start_ftp_helpers() {
$shaper_queue = "";
}
foreach ($iflist as $ifent => $ifname) {
- /* if the ftp proxy is disabled for this interface then kill pftpx
+ /* if the ftp proxy is disabled for this interface then kill ftp-proxy
* instance and continue. note that the helpers for port forwards are
* launched in a different sequence so we are filtering them out
* here by not including -c {$port} -g 8021 first.
@@ -1742,7 +1742,7 @@ function system_start_ftp_helpers() {
$port = 8021 + $interface_counter;
if(isset($config['interfaces'][$ifname]['disableftpproxy'])) {
/* item is disabled. lets ++ the interface counter and
- * keep processing interfaces. kill pftpx if already
+ * keep processing interfaces. kill ftp-proxy if already
* running for this instance.
*/
$helpers = exec("/bin/ps awux | grep \"/usr/local/sbin/ftp-proxy {$shaper_queue} -p {$port}\" | grep -v grep | sed \"s/ */ /g\" | cut -f2 -d\" \"");
OpenPOWER on IntegriCloud