mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-05 21:54:50 +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
21 lines
433 B
Plaintext
21 lines
433 B
Plaintext
# default: off
|
|
# description:
|
|
# Rexecd is the server for the rexec program. The server provides remote
|
|
# execution facilities with authentication based on user names and
|
|
# passwords.
|
|
#
|
|
service exec
|
|
{
|
|
socket_type = stream
|
|
protocol = tcp
|
|
flags = NAMEINARGS
|
|
wait = no
|
|
user = root
|
|
group = root
|
|
log_on_success += USERID
|
|
log_on_failure += USERID
|
|
server = @SBINDIR@/tcpd
|
|
server_args = @SBINDIR@/in.rexecd
|
|
disable = yes
|
|
}
|