diff options
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> |