mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
a39f60d812
1. remove unneeded patches: inetutils-1.9.1/disable-pre-ANSI-compilers.patch inetutils-1.9.1/remove-gets.patch 2. Update the version from 1.9.1 to 1.9.2 in version.patch 3. remove PR Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
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 = /usr/sbin/in.tftpd
|
|
server_args = /tftpboot
|
|
}
|
|
|