Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Modify (commented out, pre-existing) identd line to star...



details:   https://anonhg.NetBSD.org/src/rev/a157723a5be1
branches:  trunk
changeset: 473054:a157723a5be1
user:      jwise <jwise%NetBSD.org@localhost>
date:      Tue May 18 22:20:07 1999 +0000

description:
Modify (commented out, pre-existing) identd line to start identd `nowait'
for those who want to use tcpwrappers appropriately.

Resist temptation to add -L"something appropriate"

diffstat:

 etc/inetd.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9067532084b5 -r a157723a5be1 etc/inetd.conf
--- a/etc/inetd.conf    Tue May 18 21:51:57 1999 +0000
+++ b/etc/inetd.conf    Tue May 18 22:20:07 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: inetd.conf,v 1.22 1997/10/07 12:45:32 mrg Exp $
+#      $NetBSD: inetd.conf,v 1.23 1999/05/18 22:20:07 jwise Exp $
 #
 # Internet server configuration database
 #
@@ -12,7 +12,7 @@
 #uucpd         stream  tcp     nowait  root    /usr/libexec/uucpd      uucpd
 #nntp          stream  tcp     nowait  usenet  /usr/libexec/nntpd      nntpd
 finger         stream  tcp     nowait  nobody  /usr/libexec/fingerd    fingerd
-#ident         stream  tcp     wait    nobody.kmem /usr/libexec/identd identd -w -t60 -l -o -e -N
+#ident         stream  tcp     nowait  nobody.kmem /usr/libexec/identd identd -l -o -e -N
 #tftp          dgram   udp     wait    root    /usr/libexec/tftpd      tftpd -s /tftpboot
 comsat         dgram   udp     wait    root    /usr/libexec/comsat     comsat
 ntalk          dgram   udp     wait    nobody.tty      /usr/libexec/ntalkd     ntalkd



Home | Main Index | Thread Index | Old Index