aboutsummaryrefslogtreecommitdiff
path: root/pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml')
-rw-r--r--pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml b/pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml
index c73e199a9b..af7d1a0fa7 100644
--- a/pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml
+++ b/pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml
@@ -3080,7 +3080,7 @@ dhcpd_ifaces="dc0"</programlisting>
<hostid>org.</hostid>, as <hostid>org.</hostid> is more specific
than the root zone. The layout of each part of a hostname is
much like a file system: the
- <filename role="directory">/dev</filename> directory falls
+ <filename class="directory">/dev</filename> directory falls
within the root, and so on.</para>
</sect2>
@@ -3164,7 +3164,7 @@ dhcpd_ifaces="dc0"</programlisting>
</row>
<row>
- <entry><filename role="directory">/etc/namedb</filename></entry>
+ <entry><filename class="directory">/etc/namedb</filename></entry>
<entry>Directory where BIND zone information resides.</entry>
</row>
@@ -3178,10 +3178,10 @@ dhcpd_ifaces="dc0"</programlisting>
<para>Depending on how a given zone is configured on the server,
the files related to that zone can be found in the <filename
- role="directory">master</filename>, <filename
- role="directory">slave</filename>, or <filename
- role="directory">dynamic</filename> subdirectories of the
- <filename role="directory">/etc/namedb</filename> directory.
+ class="directory">master</filename>, <filename
+ class="directory">slave</filename>, or <filename
+ class="directory">dynamic</filename> subdirectories of the
+ <filename class="directory">/etc/namedb</filename> directory.
These files contain the <acronym>DNS</acronym> information that
will be given out by the name server in response to queries.</para>
</sect2>
@@ -3229,7 +3229,7 @@ dhcpd_ifaces="dc0"</programlisting>
<para>Configuration files for <application>named</application>
currently reside in
- <filename role="directory">/etc/namedb</filename> directory and
+ <filename class="directory">/etc/namedb</filename> directory and
will need modification before use, unless all that is needed is
a simple resolver. This is where most of the configuration will
be performed.</para>
@@ -3238,7 +3238,7 @@ dhcpd_ifaces="dc0"</programlisting>
<title>Using <command>make-localhost</command></title>
<para>To configure a master zone for the localhost visit the
- <filename role="directory">/etc/namedb</filename> directory
+ <filename class="directory">/etc/namedb</filename> directory
and run the following command:</para>
<screen>&prompt.root; <userinput>sh make-localhost</userinput></screen>