aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-07-16 11:14:26 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-07-16 13:27:02 -0400
commitc12b9596afd236116b25ce26dbe0d793de9dc7ce (patch)
tree1901a31ee27cafc7c53768ed86521d7d38436495 /meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils
parent21a4ebcbc172c25008ab855c82d13ac918caa18a (diff)
downloadmeta-openembedded-contrib-c12b9596afd236116b25ce26dbe0d793de9dc7ce.tar.gz
inetutils: fix tcpd path in xinetd configuration file
tcpd from tcp-wrapper is installed into /usr/sbin/, not /usr/bin/ using sed to dynamical update the path to add the robust Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils')
-rw-r--r--meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils
index 2a2a12e3ad..2d9a0408c0 100644
--- a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils
+++ b/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils
@@ -8,6 +8,6 @@ service telnet
socket_type = stream
wait = no
user = root
- server = /usr/sbin/in.telnetd
+ server = @SBINDIR@/in.telnetd
log_on_failure += USERID
}