diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 9177efa4..b41d802f 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.62 2013/04/20 17:46:23 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.63 2013/08/07 22:07:34 dlg Exp $ # # Internet server configuration database # @@ -12,8 +12,6 @@ #uucpd stream tcp6 nowait root /usr/libexec/uucpd uucpd #finger stream tcp nowait _fingerd /usr/libexec/fingerd fingerd -lsm #finger stream tcp6 nowait _fingerd /usr/libexec/fingerd fingerd -lsm -#ident stream tcp nowait _identd /usr/libexec/identd identd -el -#ident stream tcp6 nowait _identd /usr/libexec/identd identd -el 127.0.0.1:comsat dgram udp wait root /usr/libexec/comsat comsat [::1]:comsat dgram udp6 wait root /usr/libexec/comsat comsat #ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd diff --git a/src/etc/rc.d/identd b/src/etc/rc.d/identd index 7ae5a89e..8c2913bf 100644 --- a/src/etc/rc.d/identd +++ b/src/etc/rc.d/identd @@ -1,9 +1,9 @@ #!/bin/sh # -# $OpenBSD: identd,v 1.4 2013/03/24 07:43:32 ajacoutot Exp $ +# $OpenBSD: identd,v 1.5 2013/08/07 22:07:35 dlg Exp $ -daemon="/usr/libexec/identd -b" -daemon_flags="-el" +daemon="/usr/sbin/identd" +daemon_flags="" . /etc/rc.d/rc.subr