]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/xinetd/tftpd-hpa
Wrapper eingebaut zur Verwendung von URL-Filter und Update-Booster zur gleichen Zeit.
[ipfire-2.x.git] / config / xinetd / tftpd-hpa
diff --git a/config/xinetd/tftpd-hpa b/config/xinetd/tftpd-hpa
deleted file mode 100644 (file)
index 18298de..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# description: The tftp server serves files using the trivial file transfer \
-#      protocol.  The tftp protocol is often used to boot diskless \
-#      workstations, download configuration files to network-aware printers, \
-#      and to start the installation process for some operating systems.
-service tftp
-{
-       socket_type             = dgram
-       protocol                = udp
-       wait                    = yes
-       user                    = root
-       server                  = /usr/sbin/in.tftpd
-       server_args             = -s /var/log/tftpboot
-       disable                 = no
-       per_source              = 11
-       cps                     = 100 2
-       flags                   = IPv4
-}