--- tcpd.8-orig 2007-01-02 17:20:22.000000000 -0500 +++ tcpd.8 2007-01-02 17:22:16.000000000 -0500 @@ -84,13 +84,14 @@ original finger daemon to the "other" place and install tcpd in the place of the original finger daemon. No changes are required to configuration files. +.RS .nf .sp -.in +5 # mkdir /other/place # mv /usr/etc/in.fingerd /other/place # cp tcpd /usr/etc/in.fingerd .fi +.RS .PP The example assumes that the network daemons live in /usr/etc. On some systems, network daemons live in /usr/sbin or in /usr/libexec, or have @@ -102,17 +103,20 @@ In order to monitor access to the \fIfinger\fR service, perform the following edits on the \fIinetd\fR configuration file (usually \fI/etc/inetd.conf\fR or \fI/etc/inet/inetd.conf\fR): -.nf .sp -.ti +5 +.RS +.nf finger stream tcp nowait nobody /usr/etc/in.fingerd in.fingerd +.fi +.RE .sp becomes: .sp -.ti +5 +.RS +.nf finger stream tcp nowait nobody /some/where/tcpd in.fingerd -.sp .fi +.RE .PP The example assumes that the network daemons live in /usr/etc. On some systems, network daemons live in /usr/sbin or in /usr/libexec, the @@ -158,9 +162,10 @@ .PP The default locations of the host access control tables are: .PP +.nf /etc/hosts.allow -.br /etc/hosts.deny +.fi .SH SEE ALSO .na .nf