File bootp-DD2.xinetd of Package bootp-DD2
# default: off
# description: This is an enhanced version of the CMU BOOTP server which was
# derived from the original BOOTP server created by Bill Croft at Stanford.
# This version merges all the enhancements and bug-fixes from the
# NetBSD, Columbia, and other versions.
#
service bootps
{
socket_type = dgram
protocol = udp
wait = yes
user = root
group = root
server = /usr/sbin/bootpd
server_args = -c /tftpboot
disable = yes
}