diff options
Diffstat (limited to 'examples/inetd.conf')
-rw-r--r-- | examples/inetd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/inetd.conf b/examples/inetd.conf index ca7e3d8..78b10e3 100644 --- a/examples/inetd.conf +++ b/examples/inetd.conf @@ -31,7 +31,7 @@ time dgram udp wait root internal #ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd #telnet stream tcp nowait root /sbin/telnetd /sbin/telnetd #nntp stream tcp nowait root tcpd in.nntpd -#smtp stream tcp nowait root tcpd sendmail -v +#smtp stream tcp nowait root tcpd sendmail -v # # Shell, login, exec and talk are BSD protocols. # |