Changeset a338b48
- Timestamp:
- 01/31/2003 04:53:23 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1030431
- Parents:
- a40092c
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/appendices.ent
ra40092c ra338b48 15 15 16 16 <!ENTITY appendices-old SYSTEM "old/old.xml"> 17 <!ENTITY % zlib SYSTEM "old/zlib/zlib.ent">18 %zlib; -
appendices/old/old.xml
ra40092c ra338b48 9 9 future releases.</para> 10 10 11 &zlib;12 11 13 12 </appendix> -
basicnet/mailnews/procmail/procmail-config.xml
ra40092c ra338b48 10 10 <para>Recipes have to be written and placed in your 11 11 <filename>~/.procmailrc</filename> for execution. The procmailex man 12 page is the starting place to learn how to write recip ies.</para>12 page is the starting place to learn how to write recipes.</para> 13 13 </sect3> 14 14 -
basicnet/textweb/lynx/lynx-inst.xml
ra40092c ra338b48 7 7 appropriate.</para> 8 8 9 <para><screen><userinput>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib && </userinput>10 <userinput>make &&</userinput> 11 <userinput>make install &&</userinput> 12 <userinput>make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \</userinput> 13 <userinput> HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc &&</userinput> 14 <userinput>make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \</userinput> 15 <userinput> HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help &&</userinput> 16 <userinput>sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \</userinput> 17 <userinput> /etc/lynx.cfg > /etc/lynx.bak &&</userinput> 18 <userinput>mv /etc/lynx.bak /etc/lynx.cfg</userinput></screen></para>9 <para><screen><userinput>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib && 10 make && 11 make install && 12 make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \ 13 HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc && 14 make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \ 15 HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help && 16 sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \ 17 /etc/lynx.cfg > /etc/lynx.bak && 18 mv /etc/lynx.bak /etc/lynx.cfg</userinput></screen></para> 19 19 20 20 </sect2> -
basicnet/textweb/lynx/lynx-intro.xml
ra40092c ra338b48 10 10 <para>Lynx is a text based web browser.</para> 11 11 12 <screen>lynx can use <xref linkend="openssl"></xref> and <xref linkend="zlib"></xref>.13 OpenSSL is needed in order to access HTTPS (i.e. secure) websites and so it is highly recommended that it is used.14 Zlib is used by lynx for decompression of some gzip files.</screen>12 <screen>lynx can use <xref linkend="openssl"></xref>. 13 OpenSSL is needed in order to access HTTPS (i.e. secure) websites and so it 14 is highly recommended that it is used.</screen> 15 15 16 16 </sect2> -
connect/dhcp/dhcp-client.xml
ra40092c ra338b48 31 31 <userinput>EOF</userinput></screen></para> 32 32 33 <para>For more information on the app propriate33 <para>For more information on the appropriate 34 34 <userinput>DHCP_START</userinput> and <userinput>DHCP_STOP</userinput> 35 35 values, examine the man-page for dhclient.</para> -
content/databases/db-3.3/db-3.3-desc.xml
ra40092c ra338b48 26 26 27 27 <sect3><title>db_checkpoint</title> 28 <para>db_checkpoint is a daemon process use sto monitor and checkpoint28 <para>db_checkpoint is a daemon process used to monitor and checkpoint 29 29 database logs.</para></sect3> 30 30 -
content/databases/mysql/mysql-inst.xml
ra40092c ra338b48 2 2 <title>Installation of mysql</title> 3 3 4 <para>For security reasons, running the server as an unpriviledged user and group is strongly encouraged:</para> 4 <para>For security reasons, running the server as an unpriviledged user 5 and group is strongly encouraged:</para> 5 6 6 7 <screen><userinput>groupadd mysql && -
general/genlib/gdbm/gdbm-desc.xml
ra40092c ra338b48 9 9 10 10 <sect3><title>gdbm libraries</title> 11 <para>gdbm libraries contain sfunctions that preform database routines12 using extendible hashing ,</para></sect3>11 <para>gdbm libraries contain functions that preform database routines 12 using extendible hashing.</para></sect3> 13 13 14 14 -
general/genlib/gdbm/gdbm-exp.xml
ra40092c ra338b48 3 3 4 4 <para><userinput>--infoprefix=/usr/share/info 5 --mandir=/usr/share/man</userinput> : These switches set sthe6 documentati n directory to <filename>/usr/share</filename> instead of5 --mandir=/usr/share/man</userinput> : These switches set the 6 documentation directory to <filename>/usr/share</filename> instead of 7 7 <filename>/usr</filename>.</para> 8 8 -
general/genlib/glib/glib-desc.xml
ra40092c ra338b48 9 9 10 10 <sect3><title>GLib libraries</title> 11 <para>GLib libraries contain sa low-level core library for the Gimp11 <para>GLib libraries contain a low-level core library for the Gimp 12 12 Tool Kit.</para></sect3> 13 13 -
general/genlib/glib/glib2-desc.xml
ra40092c ra338b48 9 9 10 10 <sect3><title>GLib libraries</title> 11 <para>GLib librarie scontains a low-level core library for the Gimp11 <para>GLib librarie contains a low-level core library for the Gimp 12 12 Tool Kit.</para></sect3> 13 13 -
general/genlib/gwrap/gwrap-intro.xml
ra40092c ra338b48 8 8 Estimated Disk space required: &gwrap-buildsize;</screen> 9 9 10 <para>The G-Wrap package contains tool for exporting C libraries into10 <para>The G-Wrap package contains tools for exporting C libraries into 11 11 Scheme interpreters.</para> 12 12 -
general/graphlib/aalib/aalib-desc.xml
ra40092c ra338b48 21 21 22 22 <sect3><title>aainfo</title> 23 <para>aainfo provides information sfor your current settings related23 <para>aainfo provides information for your current settings related 24 24 to aalib.</para></sect3> 25 25 -
general/graphlib/libpng/libpng-intro.xml
ra40092c ra338b48 11 11 by other programs for reading and writing png files.</para> 12 12 13 <screen>libpng depends on:14 <xref linkend="zlib"></xref></screen>15 16 13 </sect2> -
introduction/welcome/changelog.xml
ra40092c ra338b48 10 10 11 11 <itemizedlist> 12 13 <listitem><para>January 30th, 2003 [bdubbs]: removed zlib. 14 </para></listitem> 15 16 <listitem><para>January 30th, 2003 [bdubbs]: fixed various 17 typo's thanks to Matt.</para></listitem> 12 18 13 19 <listitem><para>January 30th, 2003 [larry]: general: Updated gcc to -
server/other/openssh/openssh-intro.xml
ra40092c ra338b48 12 12 13 13 <screen>OpenSSH depends on: 14 <xref linkend=" zlib"/> and <xref linkend="openssl"/>14 <xref linkend="openssl"/> 15 15 OpenSSH will utilize: 16 16 X11-ssh-askpass and <xref linkend="Linux_PAM"/></screen>
Note:
See TracChangeset
for help on using the changeset viewer.