source: networking/connect/dhcp.xml@ 56da5dcf

11.0 11.1 11.2 11.3 12.0 12.1 12.2 gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 56da5dcf was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 18.4 KB
RevLine 
[0931098]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[0931098]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[697cb83f]6
[ac02266]7 <!ENTITY dhcp-download-http " ">
[697cb83f]8 <!ENTITY dhcp-download-ftp "ftp://ftp.isc.org/isc/dhcp/&dhcp-version;/dhcp-&dhcp-version;.tar.gz">
[8fa3fc3]9 <!ENTITY dhcp-md5sum "2afdaf8498dc1edaf3012efdd589b3e1">
10 <!ENTITY dhcp-size "9.4 MB">
11 <!ENTITY dhcp-buildsize "115 MB">
12 <!ENTITY dhcp-time "0.4 SBU">
[0931098]13]>
14
[40330fcd]15<sect1 id="dhcp" xreflabel="DHCP-&dhcp-version;">
[6ad98e12]16 <?dbhtml filename="dhcp.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>DHCP-&dhcp-version;</title>
23
24 <indexterm zone="dhcp">
[697cb83f]25 <primary sortas="a-DHCP">DHCP</primary>
[6ad98e12]26 </indexterm>
27
28 <sect2 role="package">
[697cb83f]29 <title>Introduction to ISC DHCP</title>
[6ad98e12]30
[697cb83f]31 <para>
[138bdf6]32 The <application>ISC DHCP</application> package contains both the client
33 and server programs for DHCP. <command>dhclient</command> (the client) is
[697cb83f]34 used for connecting to a network which uses DHCP to assign network
35 addresses. <command>dhcpd</command> (the server) is used for assigning
36 network addresses on private networks.
37 </para>
[6ad98e12]38
[2b8d98f]39 &lfs101_checked;
[fa3e12e1]40
[6ad98e12]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[697cb83f]44 <para>
45 Download (HTTP): <ulink url="&dhcp-download-http;"/>
46 </para>
[6ad98e12]47 </listitem>
48 <listitem>
[697cb83f]49 <para>
50 Download (FTP): <ulink url="&dhcp-download-ftp;"/>
51 </para>
[6ad98e12]52 </listitem>
53 <listitem>
[697cb83f]54 <para>
55 Download MD5 sum: &dhcp-md5sum;
56 </para>
[6ad98e12]57 </listitem>
58 <listitem>
[697cb83f]59 <para>
60 Download size: &dhcp-size;
61 </para>
[6ad98e12]62 </listitem>
63 <listitem>
[697cb83f]64 <para>
65 Estimated disk space required: &dhcp-buildsize;
66 </para>
[6ad98e12]67 </listitem>
68 <listitem>
[697cb83f]69 <para>
70 Estimated build time: &dhcp-time;
71 </para>
[6ad98e12]72 </listitem>
73 </itemizedlist>
[d60f0d5]74<!--
[413bf97]75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[697cb83f]76 <itemizedlist spacing="compact">
[b89d0335]77 <listitem>
[697cb83f]78 <para>
[54f740f]79 Required patch:
[9885c0be]80 <ulink url="&patch-root;/dhcp-&dhcp-version;-client_script-1.patch"/>
[697cb83f]81 </para>
[b89d0335]82 </listitem>
[413bf97]83 <listitem>
[697cb83f]84 <para>
[54f740f]85 Optional patch:
[697cb83f]86 <ulink url="&patch-root;/dhcp-&dhcp-version;-missing_ipv6-1.patch"/>
87 </para>
[413bf97]88 </listitem>
89 </itemizedlist>
[d60f0d5]90-->
[3cb0c57]91 <para condition="html" role="usernotes">User Notes:
[697cb83f]92 <ulink url="&blfs-wiki;/dhcp"/>
93 </para>
[6ad98e12]94 </sect2>
95
[697cb83f]96 <sect2 role="kernel" id="dhcp-kernel">
[6ad98e12]97 <title>Kernel Configuration</title>
98
[697cb83f]99 <para>
[321c5a2]100 You must have Packet Socket support. IPv6 support is optional.
[196d393]101 </para>
102
[321c5a2]103<screen><literal>[*] Networking support ---&gt; [CONFIG_NET]
[196d393]104 Networking options ---&gt;
[321c5a2]105 &lt;*&gt; Packet socket [CONFIG_PACKET]
106 &lt;*&gt; The IPv6 Protocol ---&gt; [CONFIG_IPV6]</literal></screen>
107<!--
[196d393]108 <para>
109 If you do not have IPv6 support:
110 </para>
111
[321c5a2]112<screen><literal>[*] Networking support - - -&gt; [CONFIG_NET]
113 Networking Options - - -&gt;
114 &lt;*&gt; The IPv6 Protocol - - -&gt; [CONFIG_IPV6]</literal></screen>
[196d393]115
116 <para>
117 compiled in, then you must use the <quote>missing_ipv6</quote> patch.
[697cb83f]118 </para>
[321c5a2]119-->
[6ad98e12]120 <indexterm zone="dhcp dhcp-kernel">
[697cb83f]121 <primary sortas="d-DHCP">DHCP</primary>
[6ad98e12]122 </indexterm>
123
124 </sect2>
125
126 <sect2 role="installation">
[697cb83f]127 <title>Installation of ISC DHCP</title>
[6ad98e12]128
[5fccdfc]129 <para>
130 First, fix a build issue with GCC 10 and later:
131 </para>
132
133<screen><userinput>sed -i '/o.*dhcp_type/d' server/mdb.c &amp;&amp;
134sed -r '/u.*(local|remote)_port/d' \
135 -i client/dhclient.c \
136 relay/dhcrelay.c</userinput></screen>
137
[3f7242a4]138 <note>
139 <para>
140 This package does not support parallel build.
141 </para>
142 </note>
[d60f0d5]143<!-- This should not be needed any more. Visual check appears to handle it.
[697cb83f]144 <para>
145 If you have not compiled IPv6 support into the kernel, apply the
146 missing_ipv6 patch:
147 </para>
[b89d0335]148
[fa3e12e1]149<screen><userinput>patch -Np1 -i ../dhcp-&dhcp-version;-missing_ipv6-1.patch</userinput></screen>
[d60f0d5]150-->
[b33c421]151 <note>
152 <para>
153 Be careful with the instructions below. The single and
[edf9f584]154 double quotes are important because the defined
[b33c421]155 variables are used verbatim in the code.
156 </para>
157 </note>
[76b71ab]158
[b33c421]159 <para>
160 Install <application>ISC DHCP</application> by running
161 the following commands:
162 </para>
[6ad98e12]163
[44fc64d]164<!--
165 Running ( export CFLAGS=... ./configure ... ) in a subshell
166 preserves CFLAGS if they are set in environment
167-->
[0e1ef1cc]168<screen><userinput>( export CFLAGS="${CFLAGS:--g -O2} -Wall -fno-strict-aliasing \
[44fc64d]169 -D_PATH_DHCLIENT_SCRIPT='\"/sbin/dhclient-script\"' \
[697cb83f]170 -D_PATH_DHCPD_CONF='\"/etc/dhcp/dhcpd.conf\"' \
[f77c63d0]171 -D_PATH_DHCLIENT_CONF='\"/etc/dhcp/dhclient.conf\"'" &amp;&amp;
[d60f0d5]172
[697cb83f]173./configure --prefix=/usr \
174 --sysconfdir=/etc/dhcp \
175 --localstatedir=/var \
176 --with-srv-lease-file=/var/lib/dhcpd/dhcpd.leases \
177 --with-srv6-lease-file=/var/lib/dhcpd/dhcpd6.leases \
178 --with-cli-lease-file=/var/lib/dhclient/dhclient.leases \
[44fc64d]179 --with-cli6-lease-file=/var/lib/dhclient/dhclient6.leases
180) &amp;&amp;
[3f7242a4]181make -j1</userinput></screen>
[697cb83f]182
183 <para>
[d60f0d5]184 <!-- Note: make check builds a library, but otherwise does nothing. -->
[1b777da]185 This package does not come with a test suite.
[697cb83f]186 </para>
187
188 <para>
189 If you only want to install the <application>ISC DHCP</application> client,
190 issue the following commands as the
191 <systemitem class="username">root</systemitem> user:
192 </para>
193
194<screen role="root"><userinput>make -C client install &amp;&amp;
195mv -v /usr/sbin/dhclient /sbin &amp;&amp;
196install -v -m755 client/scripts/linux /sbin/dhclient-script</userinput></screen>
[fa3e12e1]197
[697cb83f]198 <para>
[138bdf6]199 Skip to <xref linkend="dhclient-config"/> in order to configure the
200 client
[697cb83f]201 </para>
[6ad98e12]202
[697cb83f]203 <para>
204 If you only want to install the <application>ISC DHCP</application> server,
205 issue the following command as the
206 <systemitem class="username">root</systemitem> user:
207 </para>
[fa3e12e1]208
[697cb83f]209<screen role="root"><userinput>make -C server install</userinput></screen>
[fa3e12e1]210
[697cb83f]211 <para>
212 Skip to <xref linkend="dhcpd-config"/> in order to configure the server.
213 </para>
[275b1da]214
[697cb83f]215 <para>
216 Alternatively, you can install whole package which includes the client,
217 server, relay, static libraries and development headers by running the
218 following commands as the
219 <systemitem class="username">root</systemitem> user:
220 </para>
[04a6794]221
[697cb83f]222<screen role="root"><userinput>make install &amp;&amp;
223mv -v /usr/sbin/dhclient /sbin &amp;&amp;
[ac02266]224install -v -m755 client/scripts/linux /sbin/dhclient-script</userinput></screen>
[fa3e12e1]225
[697cb83f]226 </sect2>
[fa3e12e1]227
[697cb83f]228 <sect2 role="configuration">
229 <title>Configuring ISC DHCP</title>
[fa3e12e1]230
[697cb83f]231 <sect3 id="dhcp-config">
232 <title>Config Files</title>
[fa3e12e1]233
[697cb83f]234 <para>
235 <filename>/etc/dhcp/dhclient.conf</filename> and
236 <filename>/etc/dhcp/dhcpd.conf</filename>
237 </para>
[0931098]238
[697cb83f]239 <indexterm zone="dhcp dhcp-config">
240 <primary sortas="e-etc-dhcp-dhclient.conf">/etc/dhcp/dhclient.conf</primary>
241 </indexterm>
[0931098]242
[697cb83f]243 <indexterm zone="dhcp dhcp-config">
244 <primary sortas="e-etc-dhcp-dhcpd.conf">/etc/dhcp/dhcpd.conf</primary>
245 </indexterm>
[0931098]246
[697cb83f]247 </sect3>
[fa3e12e1]248
[138bdf6]249 <sect3 id="dhclient-config">
[697cb83f]250 <title>Client Configuration</title>
251
252 <para>
[f77c63d0]253 Create a basic <filename>/etc/dhcp/dhclient.conf</filename>
[697cb83f]254 by running the following command as the
255 <systemitem class="username">root</systemitem> user:
256 </para>
257
[37f4f30]258<screen role="root"><userinput>install -vdm755 /etc/dhcp &amp;&amp;
259cat &gt; /etc/dhcp/dhclient.conf &lt;&lt; "EOF"
[697cb83f]260<literal># Begin /etc/dhcp/dhclient.conf
261#
262# Basic dhclient.conf(5)
263
264#prepend domain-name-servers 127.0.0.1;
265request subnet-mask, broadcast-address, time-offset, routers,
266 domain-name, domain-name-servers, domain-search, host-name,
267 netbios-name-servers, netbios-scope, interface-mtu,
268 ntp-servers;
269require subnet-mask, domain-name-servers;
270#timeout 60;
271#retry 60;
272#reboot 10;
273#select-timeout 5;
274#initial-interval 2;
275
276# End /etc/dhcp/dhclient.conf</literal>
277EOF</userinput></screen>
[fa3e12e1]278
[697cb83f]279 <para>
280 See <command>man 5 dhclient.conf</command> for additional options.
281 </para>
[fa3e12e1]282
[697cb83f]283 <para>
284 Now create the <filename class="directory">/var/lib/dhclient</filename>
285 directory which will contain DHCP Client leases by running the following
286 command as the <systemitem class="username">root</systemitem> user:
287 </para>
[fa3e12e1]288
[697cb83f]289<screen role="root"><userinput>install -v -dm 755 /var/lib/dhclient</userinput></screen>
[fa3e12e1]290
[138bdf6]291 <para id="dhclient-service-sysd" revision="systemd">
292 If you want to configure network interfaces at boot using
293 <command>dhclient</command>, you need to install the
294 <filename>dhclient@.service</filename> unit included in the
295 <xref linkend="systemd-units"/> package by running the following
296 command as the <systemitem class="username">root</systemitem> user:
297 </para>
298
299 <indexterm zone="dhcp dhclient-service-sysd" revision="systemd">
300 <primary sortas="f-dhclient">dhclient@.service</primary>
301 </indexterm>
302
303<screen role="root" revision="systemd"><userinput>make install-dhclient</userinput></screen>
304
305 <note revision="systemd">
306 <para>
307 Make sure that you disable the <command>systemd-networkd</command>
308 service or configure it not to manage the interfaces you want to
309 manage with <command>dhclient</command>.
310 </para>
311 </note>
312
[697cb83f]313 <para>
314 At this point you can test if <command>dhclient</command> is
315 behaving as expected by running the following command as the
316 <systemitem class="username">root</systemitem> user:
317 </para>
[0931098]318
[138bdf6]319<screen role="root" revision="sysv"><userinput>dhclient <replaceable>&lt;eth0&gt;</replaceable></userinput></screen>
[0931098]320
[138bdf6]321<screen role="root" revision="systemd"><userinput>systemctl start dhclient@<replaceable>eth0</replaceable></userinput></screen>
322
323 <para revision="sysv">
[697cb83f]324 Replace <replaceable>&lt;eth0&gt;</replaceable> with your
325 desired interface. If you want more verbose output, add the
326 <command>-v</command> parameter to the command above.
327 </para>
[0931098]328
[138bdf6]329 <para id="dhclient-service" revision="sysv">
[697cb83f]330 If you want to configure network interfaces at boot using
331 <command>dhclient</command>, you need to install the
332 <filename>/lib/services/dhclient</filename> script
333 included in <xref linkend="bootscripts"/> package:
334 </para>
[04a6794]335
[138bdf6]336<screen role="root" revision="sysv"><userinput>make install-service-dhclient</userinput></screen>
[04a6794]337
[138bdf6]338 <indexterm zone="dhcp dhclient-service" revision="sysv">
[697cb83f]339 <primary sortas="f-dhclient">dhclient (service script)</primary>
[6ad98e12]340 </indexterm>
[04a6794]341
[138bdf6]342 <para id="dhclient-ifconfig" revision="sysv">
[697cb83f]343 Next, create the <filename>/etc/sysconfig/ifconfig.eth0</filename>
344 configuration file with the following commands as the
345 <systemitem class="username">root</systemitem> user:
346 </para>
347
[138bdf6]348<screen role="root" revision="sysv"><userinput>cat &gt; /etc/sysconfig/ifconfig.eth0 &lt;&lt; "EOF"
[697cb83f]349<literal>ONBOOT="yes"
350IFACE="eth0"
351SERVICE="dhclient"
352DHCP_START=""
353DHCP_STOP=""
354
355# Set PRINTIP="yes" to have the script print
356# the DHCP assigned IP address
357PRINTIP="no"
358
359# Set PRINTALL="yes" to print the DHCP assigned values for
360# IP, SM, DG, and 1st NS. This requires PRINTIP="yes".
361PRINTALL="no"</literal>
362EOF</userinput></screen>
363
[138bdf6]364 <indexterm zone="dhcp dhclient-ifconfig" revision="sysv">
[697cb83f]365 <primary sortas="e-etc-sysconfig-...-dhclient">/etc/sysconfig/ifconfig.eth0</primary>
[6ad98e12]366 </indexterm>
[0931098]367
[138bdf6]368 <para revision="sysv">
[697cb83f]369 Adjust the file to suit your needs.
370 </para>
[0931098]371
[138bdf6]372 <para revision="sysv">
[697cb83f]373 For more information on the appropriate <envar>DHCP_START</envar>
374 and <envar>DHCP_STOP</envar> values see
375 <command>man 8 dhclient</command>.
376 </para>
[0931098]377
[138bdf6]378 <para revision="systemd">
379 To start <command>dhclient</command> on a specific interface
380 at boot, enable the previously installed systemd unit by
381 running the following command as the
382 <systemitem class="username">root</systemitem> user:
383 </para>
[0931098]384
[138bdf6]385<screen role="root" revision="systemd"><userinput>systemctl enable dhclient@<replaceable>eth0</replaceable></userinput></screen>
386
387 <para revision="systemd">
388 Replace <replaceable>eth0</replaceable> with the actual interface name.
389 </para>
[3c7bd00]390
391 </sect3>
392
[697cb83f]393 <sect3 id="dhcpd-config">
394 <title>Server Configuration</title>
[4774914f]395
[697cb83f]396 <para>
397 Note that you only need the DHCP server if you want to issue
398 LAN addresses over your network. The DHCP client doesn't need
399 the server in order to function properly.
400 </para>
[04a6794]401
[697cb83f]402 <para>
403 Start with creating <filename>/etc/dhcp/dhcpd.conf</filename>
404 by running the following command as the
405 <systemitem class="username">root</systemitem> user:
406 </para>
[0931098]407
[697cb83f]408<screen role="root"><userinput>cat &gt; /etc/dhcp/dhcpd.conf &lt;&lt; "EOF"
409<literal># Begin /etc/dhcp/dhcpd.conf
410#
411# Example dhcpd.conf(5)
[0931098]412
[9fe7d58]413# Use this to enable / disable dynamic dns updates globally.
[697cb83f]414ddns-update-style none;
[0931098]415
[697cb83f]416# option definitions common to all supported networks...
417option domain-name "example.org";
418option domain-name-servers ns1.example.org, ns2.example.org;
[0931098]419
[697cb83f]420default-lease-time 600;
421max-lease-time 7200;
[6ad98e12]422
[697cb83f]423# This is a very basic subnet declaration.
424subnet 10.254.239.0 netmask 255.255.255.224 {
425 range 10.254.239.10 10.254.239.20;
426 option routers rtr-239-0-1.example.org, rtr-239-0-2.example.org;
427}
[0931098]428
[697cb83f]429# End /etc/dhcp/dhcpd.conf</literal>
[6ad98e12]430EOF</userinput></screen>
431
[697cb83f]432 <para>
433 Adjust the file to suit your needs. See
434 <command>man 5 dhcpd.conf</command> for additional options.
435 </para>
436
437 <para>
438 Now create the <filename class="directory">/var/lib/dhcpd</filename>
439 directory which will contain DHCP Server leases by running the following
440 command as the <systemitem class="username">root</systemitem> user:
441 </para>
442
443<screen role="root"><userinput>install -v -dm 755 /var/lib/dhcpd</userinput></screen>
444
445 <para>
[138bdf6]446 If you want to start the DHCP Server at boot, install the
447 <phrase revision="sysv"><filename>/etc/rc.d/init.d/dhcpd</filename>
448 inti script</phrase>
449 <phrase revision="systemd"><filename>dhcpd.service</filename>
450 unit</phrase> included in the
[3c7bd00]451 <xref linkend="bootscripts" revision="sysv"/>
452 <xref linkend="systemd-units" revision="systemd"/>
[697cb83f]453 package:
454 </para>
455
456<screen role="root"><userinput>make install-dhcpd</userinput></screen>
457
458 <indexterm zone="dhcp dhcpd-config">
459 <primary sortas="f-dhcpd">dhcpd</primary>
460 </indexterm>
461
462 <para>
463 You will need to edit the
[138bdf6]464 <phrase revision="sysv"><filename>/etc/sysconfig/dhcpd</filename></phrase>
465 <phrase revision="systemd"><filename>/etc/default/dhcpd</filename></phrase>
466 in order to set the interface on which <command>dhcpd</command>
[697cb83f]467 will serve the DHCP requests.
468 </para>
[6ad98e12]469
470 </sect3>
471
472 </sect2>
473
474 <sect2 role="content">
475 <title>Contents</title>
476
477 <segmentedlist>
478 <segtitle>Installed Programs</segtitle>
479 <segtitle>Installed Libraries</segtitle>
480 <segtitle>Installed Directories</segtitle>
481
482 <seglistitem>
[697cb83f]483 <seg>
484 dhclient, dhclient-script, dhcpd, dhcrelay and omshell
485 </seg>
486 <seg>
[f77c63d0]487 libdhcpctl.a and libomapi.a
[697cb83f]488 </seg>
489 <seg>
[03f254d]490 /etc/dhcp,
[697cb83f]491 /usr/include/dhcpctl,
492 /usr/include/isc-dhcp,
493 /usr/include/omapip,
494 /var/lib/dhclient and
495 /var/lib/dhcpd
496 </seg>
[6ad98e12]497 </seglistitem>
498 </segmentedlist>
499
500 <variablelist>
501 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
502 <?dbfo list-presentation="list"?>
503 <?dbhtml list-presentation="table"?>
504
505 <varlistentry id="dhclient">
506 <term><command>dhclient</command></term>
507 <listitem>
[697cb83f]508 <para>
[4c24eb0a]509 is the implementation of the DHCP client
[697cb83f]510 </para>
[6ad98e12]511 <indexterm zone="dhcp dhclient">
512 <primary sortas="b-dhclient">dhclient</primary>
513 </indexterm>
514 </listitem>
515 </varlistentry>
516
[fa3e12e1]517 <varlistentry id="dhclient-script">
518 <term><command>dhclient-script</command></term>
519 <listitem>
[697cb83f]520 <para>
521 is used by dhclient to (re)configure interfaces. It can make
[4c24eb0a]522 extra changes by invoking custom dhclient-{entry,exit}-hooks
[697cb83f]523 </para>
[fa3e12e1]524 <indexterm zone="dhcp dhclient-script">
525 <primary sortas="b-dhclient-script">dhclient-script</primary>
526 </indexterm>
527 </listitem>
528 </varlistentry>
529
[6ad98e12]530 <varlistentry id="dhcpd">
531 <term><command>dhcpd</command></term>
532 <listitem>
[697cb83f]533 <para>
534 implements Dynamic Host Configuration Protocol (DHCP) and
535 Internet Bootstrap Protocol (BOOTP) requests for network
[4c24eb0a]536 addresses
[697cb83f]537 </para>
[6ad98e12]538 <indexterm zone="dhcp dhcpd">
539 <primary sortas="b-dhcpd">dhcpd</primary>
540 </indexterm>
541 </listitem>
542 </varlistentry>
543
544 <varlistentry id="dhcrelay">
545 <term><command>dhcrelay</command></term>
546 <listitem>
[697cb83f]547 <para>
548 provides a means to accept DHCP and BOOTP requests on a subnet
549 without a DHCP server and relay them to a DHCP server on another
[4c24eb0a]550 subnet
[697cb83f]551 </para>
[6ad98e12]552 <indexterm zone="dhcp dhcrelay">
553 <primary sortas="b-dhcrelay">dhcrelay</primary>
554 </indexterm>
555 </listitem>
556 </varlistentry>
557
558 <varlistentry id="omshell">
559 <term><command>omshell</command></term>
560 <listitem>
[697cb83f]561 <para>
562 provides an interactive way to connect to, query and
563 possibly change the ISC DHCP Server's state via OMAPI, the
[4c24eb0a]564 Object Management API
[697cb83f]565 </para>
[6ad98e12]566 <indexterm zone="dhcp omshell">
567 <primary sortas="b-omshell">omshell</primary>
568 </indexterm>
569 </listitem>
570 </varlistentry>
571
572 </variablelist>
573
574 </sect2>
[04a6794]575
[f45b1953]576</sect1>
Note: See TracBrowser for help on using the repository browser.