summaryrefslogtreecommitdiffstats
path: root/inetutils/inetd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'inetutils/inetd.conf')
-rw-r--r--inetutils/inetd.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/inetutils/inetd.conf b/inetutils/inetd.conf
deleted file mode 100644
index 00ac639..0000000
--- a/inetutils/inetd.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# /etc/inetd.conf: inetd(8) configuration
-#
-# Do 'killall -HUP inetd' to make inetd re-read this file.
-#
-
-# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
-
-# ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd
-# telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
-# nntp stream tcp nowait root /usr/sbin/tcpd in.nntpd
-# smtp stream tcp nowait root /usr/sbin/tcpd sendmail -v
-# shell stream tcp nowait root /usr/sbin/tcpd in.rshd -L
-# login stream tcp nowait root /usr/sbin/tcpd in.rlogind
-# exec stream tcp nowait root /usr/sbin/tcpd in.rexecd
-# talk dgram udp wait root /usr/sbin/tcpd in.talkd
-# ntalk dgram udp wait root /usr/sbin/tcpd in.talkd
-# pop2 stream tcp nowait root /usr/sbin/tcpd in.pop2d
-# pop3 stream tcp nowait root /usr/sbin/tcpd in.pop3d
-# imap stream tcp nowait root /usr/sbin/tcpd in.imapd
-# auth stream tcp nowait nobody /usr/sbin/in.identd in.identd
-
-# End of file