Add -k to the recommended fingerd(8) command line.

MFC after:	2 weeks
This commit is contained in:
Dag-Erling Smørgrav 2010-04-01 13:13:09 +00:00
parent 9481b5428e
commit 7336187439
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206039

View file

@ -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.