Blame SOURCES/bsd-finger-0.17-man_page_systemd.patch

d77ab8
diff -up bsd-finger-0.17/fingerd/fingerd.8.systemd bsd-finger-0.17/fingerd/fingerd.8
d77ab8
--- bsd-finger-0.17/fingerd/fingerd.8.systemd	2012-11-22 15:51:22.052025398 +0100
d77ab8
+++ bsd-finger-0.17/fingerd/fingerd.8	2012-11-22 16:26:10.174613170 +0100
d77ab8
@@ -97,13 +97,24 @@ The
d77ab8
 option specifies the time to wait for a request before closing the
d77ab8
 connection.  A value of 0 waits forever.  The default is 60 seconds.
d77ab8
 .Pp
d77ab8
-Options to fingerd should be specified in 
d77ab8
-.Pa /etc/xinetd.d/finger .
d77ab8
+Starting and stopping the daemon is handled by 
d77ab8
+.Xr systemd 1 . Fingerd is 
d77ab8
+.Nm not 
d77ab8
+enabled by default after the installation. Its running state can be
d77ab8
+managed using
d77ab8
+.Xr systemctl 1 
d77ab8
+commands. If you need to specify some options to fingerd you should
d77ab8
+copy the
d77ab8
+.Nm finger@.service
d77ab8
+file from 
d77ab8
+.Pa /lib/systemd/system
d77ab8
+to
d77ab8
+.Pa /etc/systemd/system
d77ab8
+and edit it there.
d77ab8
 .Pp
d77ab8
 The finger protocol consists mostly of specifying command arguments.
d77ab8
 The 
d77ab8
-.Xr xinetd 8
d77ab8
-.Dq super-server
d77ab8
+.Xr systemd 1
d77ab8
 runs
d77ab8
 .Nm fingerd
d77ab8
 for 
d77ab8
@@ -143,7 +154,8 @@ and
d77ab8
 If a name is ambiguous, all possible derivations are returned.
d77ab8
 .Sh SEE ALSO
d77ab8
 .Xr finger 1 ,
d77ab8
-.Xr xinetd 8
d77ab8
+.Xr systemd 1 ,
d77ab8
+.Xr systemctl 1
d77ab8
 .Sh RESTRICTIONS
d77ab8
 Connecting directly to the server from a
d77ab8
 .Tn TIP