diff options
author | mcrane <mctch@yahoo.com> | 2009-03-27 20:27:35 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-03-27 20:27:35 -0600 |
commit | fdafc9b91db772878948b73a8d58eaec2d9fe180 (patch) | |
tree | 36a667e989be25a22b28305d8eedf9630831f7ef /config/tftp/tftp.inc | |
parent | 3e799e432a10f46713c263d6540c2f834fe4778b (diff) | |
download | pfsense-packages-fdafc9b91db772878948b73a8d58eaec2d9fe180.tar.gz pfsense-packages-fdafc9b91db772878948b73a8d58eaec2d9fe180.tar.bz2 pfsense-packages-fdafc9b91db772878948b73a8d58eaec2d9fe180.zip |
TFTP enable logging
Diffstat (limited to 'config/tftp/tftp.inc')
-rw-r--r-- | config/tftp/tftp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tftp/tftp.inc b/config/tftp/tftp.inc index 61d81b4a..40aed550 100644 --- a/config/tftp/tftp.inc +++ b/config/tftp/tftp.inc @@ -233,7 +233,7 @@ function php_install_command() write_rcfile(array( "file" => "tftp.sh", - "start" => "/usr/sbin/inetd", + "start" => "/usr/sbin/inetd -l", "stop" => "killall -9 inetd" ) ); |