diff options
author | travis%sedsystems.ca <> | 2008-04-04 11:47:22 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2008-04-04 11:47:22 +0000 |
commit | 7586ae8818ed6a1f6cc2458d02f17b79042c1ce3 (patch) | |
tree | 530eb182a6a8afcc62bfc461db0842d7d8a2bff1 /docs/en/xml/installation.xml | |
parent | afadc239be3dbc454bbbcd7d438c569155e41d12 (diff) | |
download | bugs-7586ae8818ed6a1f6cc2458d02f17b79042c1ce3.tar bugs-7586ae8818ed6a1f6cc2458d02f17b79042c1ce3.tar.gz bugs-7586ae8818ed6a1f6cc2458d02f17b79042c1ce3.tar.bz2 bugs-7586ae8818ed6a1f6cc2458d02f17b79042c1ce3.tar.xz bugs-7586ae8818ed6a1f6cc2458d02f17b79042c1ce3.zip |
Bug 285268 : Use proper extension for Debian packages, and explain what extensions mean.
Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com> r=travis
Diffstat (limited to 'docs/en/xml/installation.xml')
-rw-r--r-- | docs/en/xml/installation.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index bbd1f39dc..dafbb0a20 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.91 2008/04/04 06:47:21 mkanat%kerio.com Exp $ --> +<!-- $Id: installation.xml,v 1.92 2008/04/04 06:47:22 travis%sedsystems.ca Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -122,9 +122,10 @@ </note> <para>If you install from something other than a packaging/installation - system (such as .rpm, .dep, .exe, or .msi) make sure the MySQL server - is started when the machine boots. - </para> + system, such as .rpm (Redhat Package), .deb (Debian Package), .exe + (Windows Executable), or .msi (Microsoft Installer), make sure the MySQL + server is started when the machine boots. + </para> </section> |