Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 2010 13:13:10 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r206039 - head/etc
Message-ID:  <201004011313.o31DDA7N040131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Thu Apr  1 13:13:09 2010
New Revision: 206039
URL: http://svn.freebsd.org/changeset/base/206039

Log:
  Add -k to the recommended fingerd(8) command line.
  
  MFC after:	2 weeks

Modified:
  head/etc/inetd.conf

Modified: head/etc/inetd.conf
==============================================================================
--- head/etc/inetd.conf	Thu Apr  1 13:11:39 2010	(r206038)
+++ head/etc/inetd.conf	Thu Apr  1 13:13:09 2010	(r206039)
@@ -16,8 +16,8 @@
 #shell	stream	tcp6	nowait	root	/usr/libexec/rshd	rshd
 #login	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind
 #login	stream	tcp6	nowait	root	/usr/libexec/rlogind	rlogind
-#finger	stream	tcp	nowait/3/10 nobody /usr/libexec/fingerd	fingerd -s
-#finger	stream	tcp6	nowait/3/10 nobody /usr/libexec/fingerd	fingerd -s
+#finger	stream	tcp	nowait/3/10 nobody /usr/libexec/fingerd	fingerd -k -s
+#finger	stream	tcp6	nowait/3/10 nobody /usr/libexec/fingerd	fingerd -k -s
 #
 # run comsat as root to be able to print partial mailbox contents w/ biff,
 # or use the safer tty:tty to just print that new mail has been received.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004011313.o31DDA7N040131>