void-packages/srcpkgs/inetutils/files/tftp.xinetd
jbu c2bfc6b7d5 bandwith / download times + $GNU_SITE cleanup
+ To reduce bandwidth and download times, packages use bz2/lzma/xz where possible.
+ Also use ${GNU_SITE} and ${KERNEL_SITE} where appropriate.
+ Clean up xlint warnings.
+ inetutils: update to 1.9.3 and split into subpkgs
2015-05-22 11:47:56 +02:00

10 lines
160 B
Text

service tftp
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/libexec/tftpd
log_on_failure += USERID
disable = yes
}