mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
NITPICK, line up tabs.
This commit is contained in:
parent
6bd75cda57
commit
a38bf2457e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user