diff options
author | travis%sedsystems.ca <> | 2005-03-10 02:59:24 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-03-10 02:59:24 +0000 |
commit | 58a7fc28714e98d2132e4ff9f8eedc58074a7824 (patch) | |
tree | cf1689b298dbd7a7c6c4f32bb86060ff8d6bcff3 /docs | |
parent | 7a40054d65cd889c46c819ba0de072bd251b8ddc (diff) | |
download | bugs-58a7fc28714e98d2132e4ff9f8eedc58074a7824.tar bugs-58a7fc28714e98d2132e4ff9f8eedc58074a7824.tar.gz bugs-58a7fc28714e98d2132e4ff9f8eedc58074a7824.tar.bz2 bugs-58a7fc28714e98d2132e4ff9f8eedc58074a7824.tar.xz bugs-58a7fc28714e98d2132e4ff9f8eedc58074a7824.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')
-rw-r--r-- | docs/xml/installation.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 47e3bd23c..c9a014b8c 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.91 2005/02/17 15:10:53 mkanat%kerio.com Exp $ --> +<!-- $Id: installation.xml,v 1.92 2005/03/09 18:59:24 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> |