diff options
author | 2002-05-02 22:16:24 +0000 | |
---|---|---|
committer | 2002-05-02 22:16:24 +0000 | |
commit | 28a0b524811f307641f39c3f59fdc20535711a17 (patch) | |
tree | 6b3a926ef566874fb90cbe54e80e786e41e05073 | |
parent | userland portion of prefixing usb structure members to avoid name clashes. (diff) | |
download | wireguard-openbsd-28a0b524811f307641f39c3f59fdc20535711a17.tar.xz wireguard-openbsd-28a0b524811f307641f39c3f59fdc20535711a17.zip |
localhost:comsat appears to work. might be DNS issues, but only if we deploy it can we see such issues
-rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index e672dfe2cbd..4aa15e86b71 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.42 2002/02/01 06:05:22 itojun Exp $ +# $OpenBSD: inetd.conf,v 1.43 2002/05/02 22:16:24 deraadt Exp $ # # Internet server configuration database # @@ -20,8 +20,8 @@ ident stream tcp nowait nobody /usr/libexec/identd identd -el ident stream tcp6 nowait nobody /usr/libexec/identd identd -el #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot #tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -s /tftpboot -comsat dgram udp wait root /usr/libexec/comsat comsat -comsat dgram udp6 wait root /usr/libexec/comsat comsat +localhost:comsat dgram udp wait root /usr/libexec/comsat comsat +localhost:comsat dgram udp6 wait root /usr/libexec/comsat comsat #ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd #bootps dgram udp wait root /usr/sbin/bootpd bootpd #pop3 stream tcp nowait root /usr/sbin/popa3d popa3d |