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 | |
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')
-rw-r--r-- | config/tftp/tftp.inc | 2 | ||||
-rw-r--r-- | config/tftp/tftp.xml | 2 |
2 files changed, 2 insertions, 2 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" ) ); diff --git a/config/tftp/tftp.xml b/config/tftp/tftp.xml index 343110f5..d8f1ea0b 100644 --- a/config/tftp/tftp.xml +++ b/config/tftp/tftp.xml @@ -41,7 +41,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>tftp Settings</name> - <version>1.0.4</version> + <version>1.0.5</version> <title>TFTP: Settings</title> <include_file>/usr/local/pkg/tftp.inc</include_file> <menu> |