packages: tftp-hpa/tftp-hpa.spec, tftp-hpa/tftpd-hpa.inetd - rel 7 - proper...
Elan Ruusamäe
glen at pld-linux.org
Wed Jul 21 15:59:05 CEST 2010
On Wednesday 21 July 2010 14:26:29 Jan Rękorajski wrote:
> FAMILY was designed as a sign which IP family to use. And it was me who
> designed it years ago
well, so finish the implementation!
it needs to be in "flags = ipv4" (man dhcpd.conf)
for /etc/xinetd.conf the final result should be:
service tftp
{
socket_type = dgram
protocol = udp
port = 69
user = root
server = /usr/sbin/tftpd
server_args = -u tftp -t 30 -s /var/lib/tftp -v
wait = yes
flags = ipv4
}
--
glen
More information about the pld-devel-en
mailing list