mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: remove telnet server support
This commit is contained in:
parent
205b35cc08
commit
a37e8dd3c1
@ -1,11 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
# Telnet Server environment variables.
|
|
||||||
#
|
|
||||||
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
|
||||||
# evironment variables that are not user defined.
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# Start Telnet Server on boot.
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
OE_START_TELNETSERVER=yes
|
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Busybox version: 1.15.1
|
# Busybox version: 1.15.1
|
||||||
# Sun Sep 20 04:53:32 2009
|
# Sun Sep 20 05:27:58 2009
|
||||||
#
|
#
|
||||||
CONFIG_HAVE_DOT_CONFIG=y
|
CONFIG_HAVE_DOT_CONFIG=y
|
||||||
|
|
||||||
@ -723,8 +723,8 @@ CONFIG_ROUTE=y
|
|||||||
# CONFIG_TELNET is not set
|
# CONFIG_TELNET is not set
|
||||||
# CONFIG_FEATURE_TELNET_TTYPE is not set
|
# CONFIG_FEATURE_TELNET_TTYPE is not set
|
||||||
# CONFIG_FEATURE_TELNET_AUTOLOGIN is not set
|
# CONFIG_FEATURE_TELNET_AUTOLOGIN is not set
|
||||||
CONFIG_TELNETD=y
|
# CONFIG_TELNETD is not set
|
||||||
CONFIG_FEATURE_TELNETD_STANDALONE=y
|
# CONFIG_FEATURE_TELNETD_STANDALONE is not set
|
||||||
# CONFIG_TFTP is not set
|
# CONFIG_TFTP is not set
|
||||||
# CONFIG_TFTPD is not set
|
# CONFIG_TFTPD is not set
|
||||||
# CONFIG_FEATURE_TFTP_GET is not set
|
# CONFIG_FEATURE_TFTP_GET is not set
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# start telnet daemon
|
|
||||||
#
|
|
||||||
# runlevels: openelec, text, debug
|
|
||||||
|
|
||||||
. /etc/sysconfig
|
|
||||||
|
|
||||||
if test "$OE_START_TELNETSERVER" = "yes" -a -f /etc/issue; then
|
|
||||||
progress "Starting telnet daemon"
|
|
||||||
telnetd -f /etc/issue >/dev/null 2>&1 &
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit 0
|
|
Loading…
x
Reference in New Issue
Block a user