Browse Source

disable libexec/identd and enable usr.sbin/identd.

ok sthen@ deraadt@
OPENBSD_5_5
dlg 11 years ago
parent
commit
2346262b4c
2 changed files with 4 additions and 6 deletions
  1. +1
    -3
      src/etc/inetd.conf
  2. +3
    -3
      src/etc/rc.d/identd

+ 1
- 3
src/etc/inetd.conf View File

@ -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 # Internet server configuration database
# #
@ -12,8 +12,6 @@
#uucpd stream tcp6 nowait root /usr/libexec/uucpd uucpd #uucpd stream tcp6 nowait root /usr/libexec/uucpd uucpd
#finger stream tcp nowait _fingerd /usr/libexec/fingerd fingerd -lsm #finger stream tcp nowait _fingerd /usr/libexec/fingerd fingerd -lsm
#finger stream tcp6 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 127.0.0.1:comsat dgram udp wait root /usr/libexec/comsat comsat
[::1]:comsat dgram udp6 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 #ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd


+ 3
- 3
src/etc/rc.d/identd View File

@ -1,9 +1,9 @@
#!/bin/sh #!/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 . /etc/rc.d/rc.subr


Loading…
Cancel
Save