summaryrefslogtreecommitdiffstats
path: root/abs/core/netkit-telnet/telnet.xinetd
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-12-08 21:04:21 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-12-08 21:04:21 (GMT)
commit8084aca8649eb7e20f638bfe2ba683647cea3141 (patch)
tree71d012ba2261fab33e45b59d641712ea1eeea68b /abs/core/netkit-telnet/telnet.xinetd
parent95deb5093af2b3f89d83a7a9ecc4a0811db8eadc (diff)
downloadlinhes_pkgbuild-8084aca8649eb7e20f638bfe2ba683647cea3141.zip
linhes_pkgbuild-8084aca8649eb7e20f638bfe2ba683647cea3141.tar.gz
linhes_pkgbuild-8084aca8649eb7e20f638bfe2ba683647cea3141.tar.bz2
netkit-telnet-ssl: formerly netkit-telnet, upgrade
Diffstat (limited to 'abs/core/netkit-telnet/telnet.xinetd')
-rw-r--r--abs/core/netkit-telnet/telnet.xinetd10
1 files changed, 0 insertions, 10 deletions
diff --git a/abs/core/netkit-telnet/telnet.xinetd b/abs/core/netkit-telnet/telnet.xinetd
deleted file mode 100644
index 1a1f4ed..0000000
--- a/abs/core/netkit-telnet/telnet.xinetd
+++ /dev/null
@@ -1,10 +0,0 @@
-service telnet
-{
- flags = REUSE
- socket_type = stream
- wait = no
- user = root
- server = /usr/sbin/in.telnetd
- log_on_failure += USERID
- disable = yes
-}