From fdafc9b91db772878948b73a8d58eaec2d9fe180 Mon Sep 17 00:00:00 2001 From: mcrane Date: Fri, 27 Mar 2009 20:27:35 -0600 Subject: TFTP enable logging --- config/tftp/tftp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/tftp/tftp.inc') 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" ) ); -- cgit v1.2.3