···1---- bsd-finger-0.17.orig/fingerd/fingerd.8
2-+++ bsd-finger-0.17/fingerd/fingerd.8
3-@@ -36,10 +36,10 @@
4- .Dt FINGERD 8
5- .Os "Linux NetKit (0.17)"
6- .Sh NAME
7--.Nm fingerd
8-+.Nm in.fingerd
9- .Nd remote user information server
10- .Sh SYNOPSIS
11--.Nm fingerd
12-+.Nm in.fingerd
13- .Op Fl wulf
14- .Op Fl pL Ar path
15- .Op Fl t Ar timeout
16-@@ -61,7 +61,7 @@
17- banner
18- which also shows some informations (e.g. uptime, operating system name and
19- release) about the system the
20--.Nm fingerd
21-+.Nm in.fingerd
22- is running on. Some sites may consider this a security risk as it
23- gives out information that may be useful to crackers.
24- .Pp
25-@@ -85,7 +85,7 @@
26- .Pp
27- The
28- .Fl p
29--option allows specification of an alternate location for fingerd to find
30-+option allows specification of an alternate location for in.fingerd to find
31- the
32- .Dq finger
33- program. The
34-@@ -97,7 +97,7 @@
35- option specifies the time to wait for a request before closing the
36- connection. A value of 0 waits forever. The default is 60 seconds.
37- .Pp
38--Options to fingerd should be specified in
39-+Options to in.fingerd should be specified in
40- .Pa /etc/inetd.conf .
41- .Pp
42- The finger protocol consists mostly of specifying command arguments.
43-@@ -105,12 +105,12 @@
44- .Xr inetd 8
45- .Dq super-server
46- runs
47--.Nm fingerd
48-+.Nm in.fingerd
49- for
50- .Tn TCP
51- requests received on port 79.
52- Once connected
53--.Nm fingerd
54-+.Nm in.fingerd
55- reads a single command line
56- terminated by a
57- .Aq Tn CRLF
58---- bsd-finger-0.17.orig/fingerd/fingerd.c
59-+++ bsd-finger-0.17/fingerd/fingerd.c
60-@@ -55,6 +55,7 @@
61- #include <netinet/in.h>
62- #include <sys/utsname.h>
63- #include <sys/wait.h>
64-+#include <sys/socket.h>
65-66- #include "pathnames.h"
67- #include "../version.h"