source: xsoft/graphweb/firefox.xml@ ab67425

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ab67425 was ab67425, checked in by Ken Moffat <ken@…>, 6 years ago

firefox-60.0. No release notes yet, so I'm not marking this as a security update - but I will not be surprised if htat turns out to be the case.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20131 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 19.3 KB
RevLine 
[f939f05]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" [
[f939f05]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[0bcaa9a6]7 <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
[8dfc5c3]8 <!ENTITY firefox-download-ftp " ">
[ab67425]9 <!ENTITY firefox-md5sum "3d89ee8a722279c4e883a7a8af81c21d">
10 <!ENTITY firefox-size "255 MB">
[5c2b024]11 <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
[ab67425]12 But the extra files, if any, seem to be minimal -->
13 <!ENTITY firefox-buildsize "7.7 GB (157 MB installed) without tests">
14 <!ENTITY firefox-time "27 SBU (with parallelism=4) without tests">
[f939f05]15]>
16
[ffe47ca2]17<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
[b81991e1]18 <?dbhtml filename="firefox.html" ?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Firefox-&firefox-version;</title>
26
27 <indexterm zone="firefox">
28 <primary sortas="a-Firefox">Firefox</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Firefox</title>
33
[c1ae13c]34 <para>
35 <application>Firefox</application> is a stand-alone browser based on the
36 <application>Mozilla</application> codebase.
37 </para>
[b81991e1]38
[0a43695]39 &lfs82_checked;
[76ae9a2]40
[b81991e1]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[c1ae13c]44 <para>
45 Download (HTTP): <ulink url="&firefox-download-http;"/>
46 </para>
[b81991e1]47 </listitem>
48 <listitem>
[c1ae13c]49 <para>
50 Download (FTP): <ulink url="&firefox-download-ftp;"/>
51 </para>
[b81991e1]52 </listitem>
53 <listitem>
[c1ae13c]54 <para>
55 Download MD5 sum: &firefox-md5sum;
56 </para>
[b81991e1]57 </listitem>
58 <listitem>
[c1ae13c]59 <para>
60 Download size: &firefox-size;
61 </para>
[b81991e1]62 </listitem>
63 <listitem>
[c1ae13c]64 <para>
65 Estimated disk space required: &firefox-buildsize;
66 </para>
[b81991e1]67 </listitem>
68 <listitem>
[c1ae13c]69 <para>
70 Estimated build time: &firefox-time;
71 </para>
[b81991e1]72 </listitem>
73 </itemizedlist>
74
[14de4227]75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
[f9c80c9]77 <listitem>
[ab67425]78 <para>Required patch if ffmpeg &gt;=3.5 has been installed: <ulink url="&patch-root;/firefox-&firefox-version;-ffmpeg4.0-1.patch"/></para>
[f9c80c9]79 </listitem>
[14de4227]80 <listitem>
81 <para>
82 Optional patch to allow system versions of <xref linkend="graphite2"/>
[ecffcbbc]83 and <xref linkend="harfbuzz"/>:
[ef82450c]84 <ulink url="&patch-root;/firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch"/>
[14de4227]85 </para>
86 </listitem>
87 </itemizedlist>
88
[f06c692]89 <note>
90 <para>
[8d0bc761]91 Extracting the tarball
92 will reset the permissions of the current directory to 0755 if you
[765c2a7]93 have permission to do that. If you do this in a directory where
[37bf7b1]94 the sticky bit is set, such
[dc9a18a]95 as <filename class="directory">/tmp</filename> it will end with error
96 messages:
97 </para>
98
99<literallayout>tar: .: Cannot utime: Operation not permitted
100tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted
101tar: Exiting with failure status due to previous errors
102</literallayout>
103
104 <para>
105 This does finish with non-zero status, but it does
106 <emphasis>NOT</emphasis> mean there is a real problem.
107 Do not untar as the <systemitem class="username">root</systemitem> user
108 in a directory where the sticky bit is set - that will unset it.
[f06c692]109 </para>
[8d0bc761]110
111 <para>
[406e5ffe]112 As with other large packages which use C++ (or rust), the SBU times
113 to build this vary more widely than you might expect. Also, almost 6GB
114 of real memory is used during the final link and the SBUs can increase
115 significantly if the machine has to swap to do this.
[8d0bc761]116 </para>
117
118 <para>
119 Although upstream prefer to use <application>PulseAudio</application>,
120 for the moment <application>Alsa</application> can still be used. Both
121 may need runtime configuration to get sound working.
122 </para>
[f06c692]123 </note>
124
[b81991e1]125 <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
126
127 <bridgehead renderas="sect4">Required</bridgehead>
[c1ae13c]128 <para role="required">
[14de4227]129 <xref linkend="autoconf213"/>,
[ac105103]130 both <xref linkend="gtk3"/> and
[be0bd12]131 <xref linkend="gtk2"/>,
[326f830]132 <xref linkend="libnotify"/>,
[59a6b63]133 <xref linkend="nss"/>,
[be0bd12]134 <xref linkend="pulseaudio"/>
[81b3e7fd]135 (or
[0603be6f]136 <xref linkend="alsa-lib"/> if you edit the mozconfig;
[326f830]137 now deprecated by mozilla), in either case please read the
138 Configuration Information,
[4c6edac]139 <xref linkend="rust"/>,
[59a6b63]140 <xref linkend="unzip"/>,
[479e03a]141 <xref linkend="yasm"/>, and
142 <xref linkend="zip"/>
[c1ae13c]143 </para>
144
[1555d3d]145 <bridgehead renderas="sect4">Recommended</bridgehead>
[c1ae13c]146 <para role="recommended">
[7bf10b1]147 <xref linkend="icu"/>,
[0e37869]148 <xref linkend="libevent"/>,
[a0d558d]149 <xref linkend="libvpx"/>,
150 <package>clang</package> from <xref linkend="llvm"/> (for stylo), and
[a30a874]151 <xref linkend="sqlite"/>
[c1ae13c]152 </para>
[1555d3d]153
[0e37869]154 <note>
155 <para>
[b9f61df]156 If you don't install recommended dependencies, then internal copies of
157 those packages will be used. They might be tested to work, but they can
158 be out of date or contain security holes.
[0e37869]159 </para>
160 </note>
[8d0bc761]161
[b81991e1]162 <bridgehead renderas="sect4">Optional</bridgehead>
[c1ae13c]163 <para role="optional">
[6c64623f]164 <xref linkend="curl"/>,
[c1ae13c]165 <xref linkend="dbus-glib"/>,
166 <xref linkend="doxygen"/>,
[d525da9c]167 <xref linkend="GConf"/>,
[babf0a0]168 <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files),
[9d2268bb]169 <xref linkend="libwebp"/>,
[26fa7d2]170 <xref linkend="openjdk"/>,
[0e37869]171 <xref linkend="startup-notification"/>,
[566fcae]172 <xref linkend="valgrind"/>,
[6000a3e]173 <xref linkend="wget"/>,
[73b06df]174 <xref linkend="wireless_tools"/>,
[b09ed46a]175 <ulink url="https://hunspell.github.io/">Hunspell</ulink>,
[7090d94]176 <phrase revision="sysv"><ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink></phrase>
177 <phrase revision="systemd"><xref linkend="liboauth"/></phrase>,
[14de4227]178 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>,
179 and (with the patch)
180 <xref linkend="graphite2"/> and
181 <xref linkend="harfbuzz"/>
[c1ae13c]182 </para>
183
184 <para condition="html" role="usernotes">
185 User Notes: <ulink url="&blfs-wiki;/firefox"/>
186 </para>
[b81991e1]187 </sect2>
188
189 <sect2 role="installation">
190 <title>Installation of Firefox</title>
191
[f72a04a]192 <para>
[b9f61df]193 The configuration of <application>Firefox</application> is accomplished
194 by creating a <filename>mozconfig</filename> file containing the desired
195 configuration options. A default <filename>mozconfig</filename> is
196 created below. To see the entire list of available configuration options
[888e303]197 (and an abbreviated description of some of them), issue <command>./mach
198 configure &amp;&amp; ./configure --help | less</command>. You may also
199 wish to review the entire file and uncomment any other desired options.
200 Create the file by issuing the following command:
[c1ae13c]201 </para>
[5a13c45]202
[0e37869]203<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
[dcb0fe6]204<literal># If you have a multicore machine, all cores will be used by default.
[a0d558d]205# You can change the number of non-rust jobs by setting a valid number
206# of cores in this option, but when rust crates are being compiled
[8d0bc761]207# jobs will be scheduled for all the available CPU cores.
[dcb0fe6]208#mk_add_options MOZ_MAKE_FLAGS="-j1"
209
[7090d94]210# If you have installed dbus-glib, comment out this line:
[74eaf91]211ac_add_options --disable-dbus
[aed37975]212
[32cca2cd]213# If you have installed dbus-glib, and you have installed (or will install)
214# wireless-tools, and you wish to use geolocation web services, comment out
215# this line
[6d1bf0e]216ac_add_options --disable-necko-wifi
217
[ad5a97d]218# API Keys for geolocation APIs - necko-wifi (above) is required for MLS
219# Uncomment the following line if you wish to use Mozilla Location Service
220#ac_add_options --with-mozilla-api-keyfile=$PWD/mozilla-key
221
222# Uncomment the following line if you wish to use Google's geolocaton API
223# (needed for use with saved maps with Google Maps)
224#ac_add_options --with-google-api-keyfile=$PWD/google-key
225
[48ae92a]226# Uncomment these lines if you have installed optional dependencies:
[0e37869]227#ac_add_options --enable-system-hunspell
228#ac_add_options --enable-startup-notification
[495ebe07]229
[81b3e7fd]230# Uncomment the following option if you have not installed PulseAudio
231#ac_add_options --disable-pulseaudio
232# and uncomment this if you installed alsa-lib instead of PulseAudio
233#ac_add_options --enable-alsa
[89cdb63d]234
235# If you have installed GConf, comment out this line
236ac_add_options --disable-gconf
237
[e29a0b1]238# Stylo is the new CSS code, including the rust 'style'
[a0d558d]239# package. It is enabled by default but requires clang.
240# Uncomment this if you do not wish to use stylo.
241#ac_add_options --disable-stylo
[e29a0b1]242
[0e37869]243# Comment out following options if you have not installed
244# recommended dependencies:
245ac_add_options --enable-system-sqlite
246ac_add_options --with-system-libevent
247ac_add_options --with-system-libvpx
248ac_add_options --with-system-nspr
249ac_add_options --with-system-nss
[7bf10b1]250ac_add_options --with-system-icu
[0e37869]251
[14de4227]252# If you are going to apply the patch for system graphite
253# and system harfbuzz, uncomment these lines:
254#ac_add_options --with-system-graphite2
255#ac_add_options --with-system-harfbuzz
256
257# Stripping is now enabled by default.
258# Uncomment these lines if you need to run a debugger:
259#ac_add_options --disable-strip
260#ac_add_options --disable-install-strip
261
[7251b1d]262# The BLFS editors recommend not changing anything below this line:
[495ebe07]263ac_add_options --prefix=/usr
[0e37869]264ac_add_options --enable-application=browser
[495ebe07]265
[5f5dcc2]266ac_add_options --disable-crashreporter
267ac_add_options --disable-updater
[57a8df2]268# enabling the tests will use a lot more space and significantly
269# increase the build time, for no obvious benefit.
[0e37869]270ac_add_options --disable-tests
271
[f067fa94]272# Optimization for size is broken with gcc7
[98484411]273ac_add_options --enable-optimize="-O2"
[0e37869]274
275ac_add_options --enable-official-branding
276
[8d0bc761]277# In firefox-59.0 system cairo breaks the build, so comment it.
278#ac_add_options --enable-system-cairo
[41f2e90]279ac_add_options --enable-system-ffi
[0e37869]280ac_add_options --enable-system-pixman
281
[5f5dcc2]282ac_add_options --with-pthreads
[0e37869]283
284ac_add_options --with-system-bz2
[a0ace670]285ac_add_options --with-system-jpeg
286ac_add_options --with-system-png
287ac_add_options --with-system-zlib
[aed37975]288
[4def8b6]289mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
[0e37869]290EOF</userinput></screen>
[b9b7146]291
[c1ae13c]292 <para>
293 Compile <application>Firefox</application> by issuing the following
294 commands:
295 </para>
[9572e88]296
[14de4227]297 <para>
298 If you have installed system versions of graphite2 and harfbuzz and wish
299 firefox to use those instead of its shipped versions, apply the patch and
300 uncomment the appropriate entries in the <filename>mozconfig</filename>
[346e269]301 file.
[14de4227]302 </para>
303
[0a4a5cd]304<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch</userinput></screen>
[14de4227]305
[ad5a97d]306 <para>
307 If the geolocation APIs are needed:
308 </para>
309
[e5c8de01]310 <note>
311 <para>
312 <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
313 The Google and Mozilla API Keys below are specific to LFS. If using
314 these instructions for another distro, or if you intend to distribute
315 binary copies of the software using these instructions, please obtain
316 your own keys following the instructions located at
317 <ulink url="http://www.chromium.org/developers/how-tos/api-keys"/> and
318 <ulink url="https://location.services.mozilla.com/api"/> respectively.
319 <!-- BLFS Devs, register an account at Google with your
320 @linuxfromscratch.org email address, and I'll make you an administrator
321 for the 'Google APIs for LFS' project (where the API and OAuth keys
322 were created for use in the book).-->
323 </para>
324 </note>
325
[ad5a97d]326<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key
327echo "d2284a20-0505-4927-a809-7ffaf4d91e55" > mozilla-key</userinput></screen>
328
[8b3a8979]329 <note><para>
[9572e88]330 If you are compiling <application>Firefox</application> in chroot, make
331 sure you have <envar>$SHELL</envar> environment variable set or prepend
[566fcae]332 <envar>SHELL=/bin/sh</envar>.
[8b3a8979]333 </para></note>
[9516a4f]334
[ab67425]335<screen><userinput>./mach build</userinput></screen>
[bccbdaea]336
[0e37869]337 <para>
[57a8df2]338 The <filename>mozconfig</filename> above disables the tests because
339 they use a lot more time and disk space for no obvious benefit. If
[ecffcbbc]340 you have nevertheless enabled them, you can run the tests by executing
341 <command>./mach gtest</command>. This will require a network connection,
342 and to be run from within an Xorg session - there is a popup dialog
343 when it fails to connect to ALSA (that does not create a failed test).
344 One or two tests will fail. To see the details of the failure(s) you
345 will need to log the output from that command so that you can review it.
[0e37869]346 </para>
[01ce75f8]347
[495ebe07]348 <para>
[b9f61df]349 Now, as the <systemitem class="username">root</systemitem> user:
[c1ae13c]350 </para>
[5a13c45]351
[326f830]352<screen role="root"><userinput>./mach install &amp;&amp;
[5ee1266]353
[326f830]354mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
[8d0bc761]355ln -sfv ../../mozilla/plugins /usr/lib/firefox/browser/</userinput></screen>
[aee479c]356<!--
[a5708ba]357 <para>
358 Set environment variables back to their values:
359 </para>
360
361<screen><userinput>export CFLAGS=$CFLAGS_HOLD &amp;&amp;
[6c4bb8f]362export CXXFLAGS=$CXXFLAGS_HOLD &amp;&amp;
363unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>
[aee479c]364-->
[01ce75f8]365
[b81991e1]366 </sect2>
367
[361df3e]368 <sect2 role="commands">
369 <title>Command Explanations</title>
[7d09fcb9]370
[a0d558d]371 <para>
[326f830]372 <command>./mach build</command>: <application>Firefox</application>
373 now uses this <application>python2</application> script to run the
374 build and install.
[a0d558d]375 </para>
376
[c1ae13c]377 <para>
[326f830]378 <option>./mach build --verbose</option>: Use this alternative if you
379 need details of which files are being compiled, together with any C or
380 C++ flags being used.
[c1ae13c]381 </para>
382
383 <para>
[8d0bc761]384 <command>mkdir -pv /usr/lib/mozilla/plugins</command>: This ensures
385 that <filename class="directory">/usr/lib/mozilla/plugins/</filename>
[c1ae13c]386 exists.
387 </para>
388
389 <para>
[8d0bc761]390 <command>ln -sv ... /usr/lib/firefox/browser</command>:
[24da103]391 This command creates a symbolic link to <filename
392 class="directory">/usr/lib/mozilla/plugins</filename>. It's not really
393 needed, as <application>Firefox</application> checks <filename
394 class="directory">/usr/lib/mozilla/plugins</filename> by default, but the
395 symbolic link is made to keep all the plugins installed in one folder.
[c1ae13c]396 </para>
[fa1bc3e]397
[b81991e1]398 </sect2>
399
[88cec02]400 <sect2 role="configuration">
401 <title>Configuring Firefox</title>
402
[c1ae13c]403 <para>
404 If you use a desktop environment like <application>Gnome</application> or
405 <application>KDE</application> you may like to create a
406 <filename>firefox.desktop</filename> file so that
407 <application>Firefox</application> appears in the panel's menus. If you
408 didn't enable startup-notification in your mozconfig change the
409 StartupNotify line to false. As the
410 <systemitem class="username">root</systemitem> user:
411 </para>
[31de6e7]412
[eb5f847a]413<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
[0e37869]414mkdir -pv /usr/share/pixmaps &amp;&amp;
[74f73ede]415
[c099902d]416cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; "EOF" &amp;&amp;
[fcd66369]417<literal>[Desktop Entry]
[31de6e7]418Encoding=UTF-8
[0e37869]419Name=Firefox Web Browser
420Comment=Browse the World Wide Web
421GenericName=Web Browser
422Exec=firefox %u
423Terminal=false
[31de6e7]424Type=Application
425Icon=firefox
[0e37869]426Categories=GNOME;GTK;Network;WebBrowser;
427MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
[fcd66369]428StartupNotify=true</literal>
[31de6e7]429EOF
[74f73ede]430
[888e303]431ln -sfv /usr/lib/firefox/browser/chrome/icons/default/default128.png \
[0e37869]432 /usr/share/pixmaps/firefox.png</userinput></screen>
433
[326f830]434 <sect3><title>Configuration Information</title>
435
436 <para>
437 The application settings for firefox are accessible by keying
438 <command>about:config</command> in the address bar.
439 </para>
440
441 <para>
442 With this version of <application>firefox</application>, getting
443 working sound can be a problem. Although upstream prefers pulseaudio,
444 on balance using <application>Alsa</application> may be easier.
445 </para>
446
447 <para>
448 If you enabled <application>Alsa</application> for sound, you may need
449 to alter one variable to get working sound. If you run
450 <command>firefox</command> from a term and try to play something with
451 sound you might encounter error messages like:
452 </para>
453
454 <para>
455 <literal>Sandbox: seccomp sandbox violation: pid 3941, tid 4030,
456 syscall 16, args 48 2147767296 139909894784796 0 0 0.</literal>
457 </para>
458
459 <para>
460 That was on x86_64, on i686 the syscall number is 54. To allow this
461 syscall, in <command>about:config</command> change
462 <command>security.sandbox.content.syscall_whitelist</command> to 16
463 (or 54 if using i686).
464 </para>
465
466 <para>
467 If you use <command>pulseaudio</command> in a Desktop Environment, it
468 might already be started by that DE. But if it is not, although
469 firefox-57 managed to start it, firefox-58 does not. If you run
470 <command>firefox</command> from a term, trying to play sound will
471 encounter error messages warning <literal>Can't get cubeb
472 context!</literal>
473 </para>
474
475 <para>
476 The fix for this is to close firefox, start pulseaudio to check it
477 does start (if not, read the information on Configuring in <xref
478 linkend="pulseaudio"/>) and restart firefox to check it is working.
479 If it now works, add the following to your <filename>~/.xinitrc</filename>:
480<phrase revision="sysv">
481<literal>pulseaudio --verbose --log-target=syslog&amp;</literal></phrase>
482<phrase revision="systemd">
483<literal>pulseaudio --verbose --log-target=journald&amp;</literal></phrase>
484 (unfortunately, on some systems this does not work).
485 </para>
486
487 <para>
488 You may wish to use multiple profiles within firefox. To do that, invoke
489 firefox as <command>firefox --ProfileManager</command>. You can also
490 check which profile is currently in use from
491 <command>about:profiles</command>.
492 </para>
493
494 </sect3>
[88cec02]495 </sect2>
496
[b81991e1]497 <sect2 role="content">
498 <title>Contents</title>
499
500 <segmentedlist>
501 <segtitle>Installed Programs</segtitle>
502 <segtitle>Installed Libraries</segtitle>
[c5f005b]503 <segtitle>Installed Directory</segtitle>
[b81991e1]504
505 <seglistitem>
[0e37869]506 <seg>
507 firefox
508 </seg>
[c1ae13c]509 <seg>
510 Numerous libraries, browser components, plugins, extensions, and
[8d0bc761]511 helper modules installed in /usr/lib/firefox
[c1ae13c]512 </seg>
[7498751]513 <seg>
[54814bdd]514 /usr/lib/firefox and /usr/lib/mozilla
[7498751]515 </seg>
[b81991e1]516 </seglistitem>
517 </segmentedlist>
518
519 <variablelist>
520 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
521 <?dbfo list-presentation="list"?>
522 <?dbhtml list-presentation="table"?>
523
524 <varlistentry id="firefox-prog">
525 <term><command>firefox</command></term>
526 <listitem>
[c1ae13c]527 <para>
[7e1afc9]528 is a <application>GTK+-3</application> internet browser that uses
529 the Mozilla Gecko rendering engine.
[c1ae13c]530 </para>
[b81991e1]531 <indexterm zone="firefox firefox-prog">
532 <primary sortas="b-firefox">firefox</primary>
533 </indexterm>
534 </listitem>
535 </varlistentry>
[0e37869]536
[b81991e1]537 </variablelist>
[0e37869]538
[b81991e1]539 </sect2>
[0e37869]540
[4d37129]541</sect1>
Note: See TracBrowser for help on using the repository browser.