mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-22 17:07:41 +02:00
Upgrade inetutils from 1.9.2 to 1.9.4. * add homepage * update inetutils/version.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Conflicts: meta-networking/recipes-connectivity/inetutils/inetutils/telnetd-Fix-deadlock-on-cleanup.patch
20 lines
538 B
Plaintext
20 lines
538 B
Plaintext
# default: off
|
|
# description:
|
|
# Tftpd is a server which supports the Internet Trivial File Transfer
|
|
# Pro-tocol (RFC 783). The TFTP server operates at the port indicated
|
|
# in the tftp service description; see services(5).
|
|
#
|
|
service tftp
|
|
{
|
|
disable = yes
|
|
socket_type = dgram
|
|
protocol = udp
|
|
flags = IPv6
|
|
wait = yes
|
|
user = root
|
|
group = root
|
|
server = @SBINDIR@/in.tftpd
|
|
server_args = /tftpboot
|
|
}
|
|
|