From a9ac0d179beac2e685655da337c5829ef330108a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Tue, 26 Oct 2010 09:06:21 +0300 Subject: [PATCH] Changed tftp to run as daemon on ubuntu and debian. --- tftp/files/tftp.xinetd | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tftp/files/tftp.xinetd diff --git a/tftp/files/tftp.xinetd b/tftp/files/tftp.xinetd deleted file mode 100644 index 66b120d..0000000 --- a/tftp/files/tftp.xinetd +++ /dev/null @@ -1,11 +0,0 @@ -service tftp -{ - protocol = udp - port = 69 - socket_type = dgram - wait = yes - user = nobody - server = /usr/sbin/in.tftpd - server_args = /tftpboot - disable = no -}