summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-30 01:14:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-30 01:14:48 +0000
commita38bf2457e8642dfa8a7d0b67fdb86dfa998e81f (patch)
treef43a88293a44ca211e0c9f9941ad294ef4398b7e /etc/inc/filter.inc
parent6bd75cda571303be802a9dc0e6fbd1d25d626e5e (diff)
downloadpfsense-a38bf2457e8642dfa8a7d0b67fdb86dfa998e81f.zip
pfsense-a38bf2457e8642dfa8a7d0b67fdb86dfa998e81f.tar.gz
NITPICK, line up tabs.
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 924c5c3..7d12b03 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -960,7 +960,7 @@ function filter_nat_rules_generate() {
$inetd_fd = fopen("/var/etc/inetd.conf","w");
/* add tftp protocol helper */
- fwrite($inetd_fd, "tftp\tdgram\tudp\twait\troot\t/usr/local/sbin/tftp-proxy -v\n");
+ fwrite($inetd_fd, "tftp\tdgram\tudp\twait\t\troot\t/usr/local/sbin/tftp-proxy -v\n");
/* start redirects on port 19000 of localhost */
$starting_localhost_port = 19000;
OpenPOWER on IntegriCloud