Changeset f0334b2
- Timestamp:
- 09/28/2003 10:10:55 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7915966
- Parents:
- 971ca3d
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/glossary.xml
r971ca3d rf0334b2 165 165 166 166 <glossentry id="gGTK"><glossterm><acronym>GTK</acronym></glossterm> 167 <glossdef><para> GimpToolKit</para></glossdef></glossentry>167 <glossdef><para><acronym>GIMP</acronym> ToolKit</para></glossdef></glossentry> 168 168 169 169 <glossentry id="gGUI"><glossterm><acronym>GUI</acronym></glossterm> -
content/databases/mysql/mysql-config.xml
r971ca3d rf0334b2 1 1 <sect2> 2 <title>Configuring MySQL</title>2 <title>Configuring <application>My<acronym>SQL</acronym></application></title> 3 3 4 4 <sect3> … … 57 57 58 58 <sect4> 59 <title> MySQLinit.d script</title>59 <title><application>My<acronym>SQL</acronym></application> init.d script</title> 60 60 61 <para>To automate the running of MySQL, use the following command to create61 <para>To automate the running of <application>My<acronym>SQL</acronym></application>, use the following command to create 62 62 the init.d script:</para> 63 63 -
content/databases/mysql/mysql-desc.xml
r971ca3d rf0334b2 2 2 <title>Contents</title> 3 3 4 <para>The mysqlpackage contains <command>4 <para>The <application>My<acronym>SQL</acronym></application> package contains <command> 5 5 comp_err</command>, <command> 6 6 isamchk</command>, <command> … … 62 62 63 63 <para>A package listing would be several pages long, we suggest 64 consulting the MySQLdocumentation for full details, instead.</para>64 consulting the <application>My<acronym>SQL</acronym></application> documentation for full details, instead.</para> 65 65 66 <para>Certain MySQLsupport programs may require the perl DBI modules to be installed to function properly.</para>66 <para>Certain <application>My<acronym>SQL</acronym></application> support programs may require the perl DBI modules to be installed to function properly.</para> 67 67 68 68 </sect2> -
content/databases/mysql/mysql-inst.xml
r971ca3d rf0334b2 1 1 <sect2> 2 <title>Installation of <application>My SQL</application></title>2 <title>Installation of <application>My<acronym>SQL</acronym></application></title> 3 3 4 4 <para>For security reasons, running the server as an unpriviledged user … … 8 8 useradd -c mysql -d /dev/null -g mysql -s /bin/false mysql</command></userinput></screen> 9 9 10 <para>Build and install <application>My SQL</application> by running the following commands:</para>10 <para>Build and install <application>My<acronym>SQL</acronym></application> by running the following commands:</para> 11 11 12 12 <screen><userinput><command>cp configure configure.old && -
content/databases/mysql/mysql-intro.xml
r971ca3d rf0334b2 1 1 <sect2> 2 <title>Introduction to <application>My SQL</application></title>2 <title>Introduction to <application>My<acronym>SQL</acronym></application></title> 3 3 4 <para><application>My SQL</application> is a widely used and fast4 <para><application>My<acronym>SQL</acronym></application> is a widely used and fast 5 5 <acronym>SQL</acronym> database server. It is a client/server 6 6 implementation that consists of a server daemon and many different … … 16 16 </sect3> 17 17 18 <sect3><title><application>My SQL</application> dependencies</title>18 <sect3><title><application>My<acronym>SQL</acronym></application> dependencies</title> 19 19 <sect4><title>Optional</title> 20 20 <para><xref linkend="readline"/>, <xref linkend="openssl"/>, -
general/genlib/glib/glib-desc.xml
r971ca3d rf0334b2 10 10 <sect3><title>GLib libraries</title> 11 11 <para><application>GLib</application> libraries contain a low-level core 12 library for the Gimp Tool Kit.</para></sect3>12 library for the <application><acronym>GIMP</acronym></application> Toolkit.</para></sect3> 13 13 14 14 -
general/genlib/glib/glib2-desc.xml
r971ca3d rf0334b2 10 10 <sect3><title>GLib libraries</title> 11 11 <para>GLib libraries contain a low-level core library for the 12 <application> Gimp</application> Tool Kit.</para></sect3>12 <application><acronym>GIMP</acronym></application> Toolkit.</para></sect3> 13 13 14 14 -
gnome/lib/gdk/gdk-desc.xml
r971ca3d rf0334b2 11 11 <para><filename>libdgk_pixbuf</filename> libraries contain the 12 12 <acronym>GTK</acronym>+ pixbuf libraries for the 13 <application> Gimp</application>14 Tool Kit.</para></sect3>13 <application><acronym>GIMP</acronym></application> 14 Toolkit.</para></sect3> 15 15 16 16 -
pst/scanning/sane/sane-desc.xml
r971ca3d rf0334b2 13 13 scanning.</para> 14 14 <para><command>gimp-plugin</command> : xscanimage as 15 <application> Gimp</application>-plugin.</para>15 <application><acronym>GIMP</acronym></application>-plugin.</para> 16 16 </sect3> 17 17 -
server/mail/courier/courier-config.xml
r971ca3d rf0334b2 9 9 10 10 <para>Make the following changes in this file if you are utilizing 11 <application>My SQL</application>:</para>11 <application>My<acronym>SQL</acronym></application>:</para> 12 12 <screen><userinput>MYSQL_SERVER localhost 13 13 MYSQL_USERNAME courier … … 153 153 </acronym> Configuration</emphasis></para> 154 154 155 <para>This section will enable the <acronym>POP 3</acronym>Server from155 <para>This section will enable the <acronym>POP</acronym>3 Server from 156 156 Courier</para> 157 157 … … 206 206 chown vmailman.vmailman Maildir -R</command></userinput></screen> 207 207 208 <para>Add the virtual user to the MySQLdatabase. You need to enter at208 <para>Add the virtual user to the <application>My<acronym>SQL</acronym></application> database. You need to enter at 209 209 least on version of the password either clear text or encrypted.</para> 210 210 -
server/mail/courier/courier-intro.xml
r971ca3d rf0334b2 7 7 your domain or a mail relay agent. The <application>Courier</application> 8 8 packages also includes a web-based email interface, <acronym>IMAP</acronym>, 9 <acronym>IMAP -SSL</acronym>, <acronym>POP3</acronym>, and10 <acronym>POP 3</acronym>-<acronym>SSL</acronym>. The configuration9 <acronym>IMAP</acronym>-<acronym>SSL</acronym>, <acronym>POP</acronym>3, and 10 <acronym>POP</acronym>3-<acronym>SSL</acronym>. The configuration 11 11 listed below will allow users with <acronym>PAM</acronym> and virtual-users in 12 a <application>My SQL</application> Database access to email.</para>12 a <application>My<acronym>SQL</acronym></application> Database access to email.</para> 13 13 14 14 -
xsoft/other/balsa/balsa-config.xml
r971ca3d rf0334b2 1 1 <sect2> 2 <title>Configuring Balsa</title>2 <title>Configuring <application>Balsa</application></title> 3 3 4 4 5 5 <sect3><title>Configuration Information</title> 6 6 7 <para>All configuration of Balsa is done through the Balsamenu7 <para>All configuration of <application>Balsa</application> is done through the <application>Balsa</application> menu 8 8 system, with mailbox configuration done with the Settings->Preferences 9 9 menu. </para>
Note:
See TracChangeset
for help on using the changeset viewer.