summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-05 00:40:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-05 00:40:19 +0000
commitaaba96c6bd0d82f5191400a535e4b801de931580 (patch)
tree65d9d97cceb55167a7ffc04fb2894b66b3af9198
parent096261af97758fb0f1f9832c0a8fa246af1ac444 (diff)
downloadpfsense-aaba96c6bd0d82f5191400a535e4b801de931580.zip
pfsense-aaba96c6bd0d82f5191400a535e4b801de931580.tar.gz
Use ftpsesame tag
-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 969522a..ed57e4d 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1310,7 +1310,7 @@ function system_start_ftp_helpers() {
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}");
+ mwexec("/usr/local/sbin/ftpsesame -i {$int} -t ftpsesame");
$interface_counter++;
}
}
OpenPOWER on IntegriCloud