summaryrefslogtreecommitdiffstats
path: root/inetutils/inetd.conf
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 11:56:26 +0100
committerLukc <lukc@upyum.com>2010-12-12 11:56:26 +0100
commitc080bceaf48f763a6ba74b6b697fdcf62b809ada (patch)
tree808bf0ee42f040476c508fc1a5fb080499dca546 /inetutils/inetd.conf
parent02bf6ae4936620397c59c46cfa5eb67830d69f2d (diff)
downloadopt-c080bceaf48f763a6ba74b6b697fdcf62b809ada.tar.gz
opt-c080bceaf48f763a6ba74b6b697fdcf62b809ada.tar.bz2
opt-c080bceaf48f763a6ba74b6b697fdcf62b809ada.tar.xz
opt-c080bceaf48f763a6ba74b6b697fdcf62b809ada.zip
Recette de inetutils ajoutée.
Diffstat (limited to 'inetutils/inetd.conf')
-rw-r--r--inetutils/inetd.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/inetutils/inetd.conf b/inetutils/inetd.conf
new file mode 100644
index 0000000..00ac639
--- /dev/null
+++ b/inetutils/inetd.conf
@@ -0,0 +1,23 @@
+#
+# /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