Use <programlisting> and <callout> instead of <procedure>.
Discussed with: bcr
This commit is contained in:
parent
eb282ac34c
commit
328aa8f0dd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46077
1 changed files with 11 additions and 13 deletions
|
@ -1377,30 +1377,28 @@ Exports list on foobar:
|
||||||
it only needs to be enabled by adding the following lines to
|
it only needs to be enabled by adding the following lines to
|
||||||
<filename>/etc/rc.conf</filename>:</para>
|
<filename>/etc/rc.conf</filename>:</para>
|
||||||
|
|
||||||
<procedure>
|
<programlisting>nisdomainname="test-domain" <co xml:id="network-nis-co-domainname" />
|
||||||
<step>
|
nis_server_enable="YES" <co xml:id="network-nis-co-server" />
|
||||||
<screen><userinput>nisdomainname="test-domain"</userinput></screen>
|
nis_yppasswdd_enable="YES" <co xml:id="network-nis-co-yppasswdd" /></programlisting>
|
||||||
|
|
||||||
|
<calloutlist>
|
||||||
|
<callout arearefs="network-nis-co-domainname">
|
||||||
<para>This line sets the <acronym>NIS</acronym> domain name
|
<para>This line sets the <acronym>NIS</acronym> domain name
|
||||||
to <literal>test-domain</literal>.</para>
|
to <literal>test-domain</literal>.</para>
|
||||||
</step>
|
</callout>
|
||||||
|
|
||||||
<step>
|
|
||||||
<screen><userinput>nis_server_enable="YES"</userinput></screen>
|
|
||||||
|
|
||||||
|
<callout arearefs="network-nis-co-server">
|
||||||
<para>This automates the start up of the
|
<para>This automates the start up of the
|
||||||
<acronym>NIS</acronym> server processes when the system
|
<acronym>NIS</acronym> server processes when the system
|
||||||
boots.</para>
|
boots.</para>
|
||||||
</step>
|
</callout>
|
||||||
|
|
||||||
<step>
|
|
||||||
<screen><userinput>nis_yppasswdd_enable="YES"</userinput></screen>
|
|
||||||
|
|
||||||
|
<callout arearefs="network-nis-co-yppasswdd">
|
||||||
<para>This enables the &man.rpc.yppasswdd.8; daemon so that
|
<para>This enables the &man.rpc.yppasswdd.8; daemon so that
|
||||||
users can change their <acronym>NIS</acronym> password
|
users can change their <acronym>NIS</acronym> password
|
||||||
from a client machine.</para>
|
from a client machine.</para>
|
||||||
</step>
|
</callout>
|
||||||
</procedure>
|
</calloutlist>
|
||||||
|
|
||||||
<para>Care must be taken in a multi-server domain where the
|
<para>Care must be taken in a multi-server domain where the
|
||||||
server machines are also <acronym>NIS</acronym> clients. It
|
server machines are also <acronym>NIS</acronym> clients. It
|
||||||
|
|
Loading…
Reference in a new issue