summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-04-29 08:50:10 +0000
committerErmal <eri@pfsense.org>2010-04-29 08:50:10 +0000
commit5a7d04bf55989cf8cb23c793084285e861b28fae (patch)
treed7f0eed662508c7079f1e6531e684aae0ae8776c /etc/inc/filter.inc
parentfd946c7e242eaf8f3668f4956c0975a37dbf42a2 (diff)
downloadpfsense-5a7d04bf55989cf8cb23c793084285e861b28fae.zip
pfsense-5a7d04bf55989cf8cb23c793084285e861b28fae.tar.gz
Resolves #554. Correct path to tftp-proxy.
Diffstat (limited to 'etc/inc/filter.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 6254ee8..aec0757 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1097,7 +1097,7 @@ function filter_nat_rules_generate() {
// Open inetd.conf write handle
$inetd_fd = fopen("/var/etc/inetd.conf","w");
/* add tftp protocol helper */
- fwrite($inetd_fd, "tftp-proxy\tdgram\tudp\twait\t\troot\t/usr/local/sbin/tftp-proxy\ttftp-proxy -v\n");
+ fwrite($inetd_fd, "tftp-proxy\tdgram\tudp\twait\t\troot\t/usr/libexec/tftp-proxy\ttftp-proxy -v\n");
if(isset($config['nat']['rule'])) {
if(!isset($config['system']['disablenatreflection'])) {
OpenPOWER on IntegriCloud