summaryrefslogtreecommitdiff
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1998-02-07 21:25:42 +0000
committerBob Beck <beck@cvs.openbsd.org>1998-02-07 21:25:42 +0000
commit2ead72e0fcd99311e0e36f9889750dff9ccde50f (patch)
treea1eab7e8ad578f0cc884a9b7e61d28b0299f1583 /etc/inetd.conf
parent8696472116c60a329169b4fdff81d1bbe33f4bba (diff)
Take out smtp line - users can add if needed
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index b7664dd3fe5..f892964b44b 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -1,11 +1,9 @@
-# $OpenBSD: inetd.conf,v 1.19 1998/02/07 21:17:37 beck Exp $
+# $OpenBSD: inetd.conf,v 1.20 1998/02/07 21:25:41 beck Exp $
#
# Internet server configuration database
#
ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US
telnet stream tcp nowait root /usr/libexec/telnetd telnetd -k
-#smtpd - store/forward smtp daemon - see /usr/share/smtpd before enabling
-#smtp stream tcp nowait root /usr/libexec/smtpd smtpd
shell stream tcp nowait root /usr/libexec/rshd rshd -L
login stream tcp nowait root /usr/libexec/rlogind rlogind
#exec stream tcp nowait root /usr/libexec/rexecd rexecd