service tftp
{
         disable = no
         socket_type = dgram
         protocol = udp
# LLA: only_from verhindert das von aussen auf mein cvs zugegriffen wird.
    only_from   = 192.168.7.0/24
         wait = yes
         user = root
# nobody
#         server = /usr/sbin/in.tftpd
	server      = /usr/bin/strace
        server_args = -o /tmp/tftp.strace.out /usr/sbin/in.tftpd -u nobody -vvvvvv -p -c -s /diskless
}
