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

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