aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-03-07 16:03:24 -0500
committerKhem Raj <raj.khem@gmail.com>2019-03-07 13:37:10 -0800
commit028043991047b21c68dba666ed7d5f541fa39d91 (patch)
tree553fa0662a41b4ec999ed06fb6bce3bf29c787c8 /meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils
parent05cfc9d1a6503b3bdaf551b054293a0e00736a6c (diff)
downloadmeta-openembedded-contrib-028043991047b21c68dba666ed7d5f541fa39d91.tar.gz
inetutils: Remove as this is now in oe-core
Now that we have migrated this recipe to oe-core we need to drop it from here. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils')
-rw-r--r--meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils
deleted file mode 100644
index 2b894a74bd..0000000000
--- a/meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils
+++ /dev/null
@@ -1,21 +0,0 @@
-# default: off
-# description:
-# The rshd server is a server for the rcmd(3) routine and,
-# consequently, for the rsh(1) program. The server provides
-# remote execution facilities with authentication based on
-# privileged port numbers from trusted hosts.
-#
-service shell
-{
- 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.rshd -aL
- disable = yes
-}