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
|
||||
<filename>/etc/rc.conf</filename>:</para>
|
||||
|
||||
<procedure>
|
||||
<step>
|
||||
<screen><userinput>nisdomainname="test-domain"</userinput></screen>
|
||||
<programlisting>nisdomainname="test-domain" <co xml:id="network-nis-co-domainname" />
|
||||
nis_server_enable="YES" <co xml:id="network-nis-co-server" />
|
||||
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
|
||||
to <literal>test-domain</literal>.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<screen><userinput>nis_server_enable="YES"</userinput></screen>
|
||||
</callout>
|
||||
|
||||
<callout arearefs="network-nis-co-server">
|
||||
<para>This automates the start up of the
|
||||
<acronym>NIS</acronym> server processes when the system
|
||||
boots.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<screen><userinput>nis_yppasswdd_enable="YES"</userinput></screen>
|
||||
</callout>
|
||||
|
||||
<callout arearefs="network-nis-co-yppasswdd">
|
||||
<para>This enables the &man.rpc.yppasswdd.8; daemon so that
|
||||
users can change their <acronym>NIS</acronym> password
|
||||
from a client machine.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
</callout>
|
||||
</calloutlist>
|
||||
|
||||
<para>Care must be taken in a multi-server domain where the
|
||||
server machines are also <acronym>NIS</acronym> clients. It
|
||||
|
|
Loading…
Reference in a new issue