/usr/share/doc/zonecheck/html/ch01s04.html is in zonecheck 3.0.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>inetd</title><link rel="stylesheet" href="docbook.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.58.1"><link rel="home" href="index.html" title="ZoneCheck II"><link rel="up" href="ch01.html" title="Chapter 1. Installation"><link rel="previous" href="ch01s03.html" title="CGI"><link rel="next" href="ch02.html" title="Chapter 2. Configuration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" lang="en"><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="id2734686"></a>inetd</h2></div></div><p>First you need to edit the file <tt>/etc/services</tt>,
which contains information regarding the known services
available in the Internet to add the following line:
</p><table border="0" bgcolor="#E0E0E0"><tr><td><pre class="screen">
zonecheck 1904/tcp # ZoneCheck service
</pre></td></tr></table><p>
You also need to configure inetd, so that
it is listening for the new zonecheck service, this is done by adding
the line:
</p><table border="0" bgcolor="#E0E0E0"><tr><td><pre class="screen">
zonecheck stream tcp nowait root /usr/local/bin/zonecheck zonecheck --INPUT=inetd
</pre></td></tr></table><p>
If you have an IPv6 stack installed but don't have the connectivity
with the outside world add the option <tt>-4</tt> to the
<b>zonecheck</b> command.
</p></div></body></html>
|