summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>1998-02-07 21:25:41 +0000
committerbeck <beck@openbsd.org>1998-02-07 21:25:41 +0000
commit73a4aa53a38bb21ee6d8b09141ddfa054666fabe (patch)
treec1ea2d5b9aeaf0b330f10ed7eac34d790e5d3f6f
parent add line to inetd.conf - not uncomment (diff)
downloadwireguard-openbsd-73a4aa53a38bb21ee6d8b09141ddfa054666fabe.tar.xz
wireguard-openbsd-73a4aa53a38bb21ee6d8b09141ddfa054666fabe.zip
Take out smtp line - users can add if needed
-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