From a38bf2457e8642dfa8a7d0b67fdb86dfa998e81f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 30 May 2007 01:14:48 +0000 Subject: NITPICK, line up tabs. --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1