mds/net-ftp/tftp-hpa/files/tftp.xinetd
geos_one 7357075ab9 net-ftp/tftp-hpa: Bump
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@1620 6952d904-891a-0410-993b-d76249ca496b
2009-12-05 08:55:18 +00:00

11 lines
219 B
Plaintext

service tftp
{
disable = yes
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -R 4096:32767 -s /tftpboot
}