summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inetd.conf4
-rw-r--r--etc/rc.d/identd6
2 files changed, 4 insertions, 6 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 9177efa45ba..b41d802f70d 100644
--- a/etc/inetd.conf
+++ b/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/etc/rc.d/identd b/etc/rc.d/identd
index 7ae5a89ed32..8c2913bf2eb 100644
--- a/etc/rc.d/identd
+++ b/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