summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-05 02:15:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-05 02:15:12 +0000
commita81e832e9ecad4ef67f5606015341af693658ea2 (patch)
tree33137373f0d2bcf9ca9b751644ccc8eebc423be3 /etc/inc
parent650d91a08f5bbf8cc43c0fa20fd9fce083a30612 (diff)
downloadpfsense-a81e832e9ecad4ef67f5606015341af693658ea2.zip
pfsense-a81e832e9ecad4ef67f5606015341af693658ea2.tar.gz
Use group 21
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 0d05c03..c36752e 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -606,7 +606,7 @@ function filter_nat_rules_generate() {
if($extport[0] == "21" and !$config['system']['disableftpproxy']) {
$helpers = exec("ps awux | grep pftpx | grep {$target}");
if(!$helpers)
- mwexec_bg("/usr/local/sbin/pftpx -c 21 -f {$target} -g 81");
+ mwexec_bg("/usr/local/sbin/pftpx -c 21 -f {$target} -g 21");
}
}
OpenPOWER on IntegriCloud