summaryrefslogtreecommitdiff
path: root/libexec/fingerd
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
commit98e0ffaefb0f241cda3a72395d3be04192ae0d47 (patch)
tree55c065b6730aaac2afb6c29933ee6ec5fa4c4249 /libexec/fingerd
parentb17ff922d4072ae132ece458f5b5d74a236880ac (diff)
parente81032ad243db32b8fd615b2d55ee94b9f6a5b6a (diff)
Notes
Diffstat (limited to 'libexec/fingerd')
-rw-r--r--libexec/fingerd/Makefile3
-rw-r--r--libexec/fingerd/fingerd.820
2 files changed, 3 insertions, 20 deletions
diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile
index b6382ad79706..f7101735b7e8 100644
--- a/libexec/fingerd/Makefile
+++ b/libexec/fingerd/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PROG= fingerd
-DPADD= ${LIBUTIL}
-LDADD= -lutil
+LIBADD= util
MAN= fingerd.8
WARNS?= 2
diff --git a/libexec/fingerd/fingerd.8 b/libexec/fingerd/fingerd.8
index 304479f1caac..ddef1a87251e 100644
--- a/libexec/fingerd/fingerd.8
+++ b/libexec/fingerd/fingerd.8
@@ -28,7 +28,7 @@
.\" @(#)fingerd.8 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd April 1, 2010
+.Dd November 19, 2014
.Dt FINGERD 8
.Os
.Sh NAME
@@ -86,7 +86,7 @@ returns a
report that lists all people logged into
the system at that moment.
.Pp
-If a user name is specified (e.g.\&
+If a user name is specified (e.g.,\&
.Pf eric Aq Tn CRLF )
then the
response lists more extended information for only that particular user,
@@ -159,19 +159,3 @@ The
.Nm
utility appeared in
.Bx 4.3 .
-.Sh BUGS
-Connecting directly to the server from a
-.Tn TIP
-or an equally narrow-minded
-.Tn TELNET Ns \-protocol
-user program can result
-in meaningless attempts at option negotiation being sent to the
-server, which will foul up the command line interpretation.
-The
-.Nm
-utility should be taught to filter out
-.Tn IAC Ns \'s
-and perhaps even respond
-negatively
-.Pq Tn IAC WON'T
-to all option commands received.