NITPICK, line up tabs.

This commit is contained in:
Scott Ullrich 2007-05-30 01:14:48 +00:00
parent 6bd75cda57
commit a38bf2457e

View File

@ -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;