Files
bpfire/config/xinetd/tftpd-hpa
ms b734d09187 Hinzugefügt:
* Ein tftp-Server für space.
  * xinetd standardmäßig installiert in der ISO.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@233 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-07-30 20:13:22 +00:00

18 lines
502 B
Plaintext

# 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
}