Update to r42496:
Move programlistings outside of paragraphs.
This commit is contained in:
parent
79d5de8574
commit
bf1fb18d5c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47651
1 changed files with 12 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$FreeBSDde: de-docproj/books/handbook/network-servers/chapter.xml,v 1.103 2011/12/24 15:51:18 bcr Exp $
|
$FreeBSDde: de-docproj/books/handbook/network-servers/chapter.xml,v 1.103 2011/12/24 15:51:18 bcr Exp $
|
||||||
basiert auf: r42483
|
basiert auf: r42496
|
||||||
-->
|
-->
|
||||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="network-servers">
|
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="network-servers">
|
||||||
<info><title>Netzwerkserver</title>
|
<info><title>Netzwerkserver</title>
|
||||||
|
@ -1601,17 +1601,20 @@ Exports list on foobar:
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para><programlisting>nis_server_enable="YES"</programlisting>
|
<programlisting>nis_server_enable="YES"</programlisting>
|
||||||
Dadurch werden die NIS-Serverprozesse gestartet.</para>
|
|
||||||
|
<para>Dadurch werden die NIS-Serverprozesse
|
||||||
|
gestartet.</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para><programlisting>nis_yppasswdd_enable="YES"</programlisting>
|
<programlisting>nis_yppasswdd_enable="YES"</programlisting>
|
||||||
Durch diese Zeile wird der
|
|
||||||
<command>rpc.yppasswdd</command>-Daemon aktiviert, der,
|
<para>Durch diese Zeile wird der
|
||||||
wie bereits erwähnt, die Änderung von
|
<command>rpc.yppasswdd</command>-Daemon aktiviert,
|
||||||
NIS-Passwörtern von einem Client aus
|
der, wie bereits erwähnt, die Änderung von
|
||||||
ermöglicht.</para>
|
NIS-Passwörtern von einem Client aus
|
||||||
|
ermöglicht.</para>
|
||||||
</step>
|
</step>
|
||||||
</procedure>
|
</procedure>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue