=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/inetd.conf,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/etc/Attic/inetd.conf 1997/12/24 20:45:23 1.18 --- src/etc/Attic/inetd.conf 1998/02/07 21:17:37 1.19 *************** *** 1,9 **** ! # $OpenBSD: inetd.conf,v 1.18 1997/12/24 20:45:23 deraadt 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 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 --- 1,11 ---- ! # $OpenBSD: inetd.conf,v 1.19 1998/02/07 21:17:37 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