summaryrefslogtreecommitdiff
path: root/testing/iputils/tftp.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/iputils/tftp.xinetd')
-rw-r--r--testing/iputils/tftp.xinetd10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/iputils/tftp.xinetd b/testing/iputils/tftp.xinetd
deleted file mode 100644
index 26041a3f9..000000000
--- a/testing/iputils/tftp.xinetd
+++ /dev/null
@@ -1,10 +0,0 @@
-service tftp
-{
- socket_type = dgram
- protocol = udp
- wait = yes
- user = nobody
- server = /usr/sbin/tftpd
- server_args = /var/tftpboot
- disable = yes
-}