diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-12-09 15:28:24 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-12-09 15:32:05 +0100 |
commit | 7ddab704b12dc447a2d8e2acb9178a0d90f63b78 (patch) | |
tree | bb3de873fc49b0fa1e10bbea2a85c175a2a81919 /Makefile.am | |
parent | 414eb78ec056a0b90d556377ecb73bc9100c03a4 (diff) | |
download | vyatta-cfg-system-7ddab704b12dc447a2d8e2acb9178a0d90f63b78.tar.gz vyatta-cfg-system-7ddab704b12dc447a2d8e2acb9178a0d90f63b78.zip |
T414: Remove 'telnet' service
Telnet remote logins have been deprecated for decades. As Debian
'jessie' busybox no longer has a telnetd applet, this service is no
longer available.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 169df296..9dfc957c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,6 @@ sbin_SCRIPTS += scripts/system/vyatta_update_sysctl.pl sbin_SCRIPTS += scripts/system/vyatta_update_syslog.pl sbin_SCRIPTS += scripts/system/vyatta_update_console.pl sbin_SCRIPTS += scripts/system/vyatta_update_ntp.pl -sbin_SCRIPTS += scripts/system/vyatta_update_telnet sbin_SCRIPTS += scripts/system/irq-affinity.pl sbin_SCRIPTS += scripts/snmp/vyatta-snmp.pl sbin_SCRIPTS += scripts/snmp/vyatta-snmp-v3.pl |