]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 337777: Typo at bottom; 'myslqd' should be 'mysqld'
authormozilla%colinogilvie.co.uk <>
Wed, 17 May 2006 02:00:45 +0000 (02:00 +0000)
committermozilla%colinogilvie.co.uk <>
Wed, 17 May 2006 02:00:45 +0000 (02:00 +0000)
Patch by me; r=mkanat

docs/xml/security.xml

index 9705edf037cd06e984396fab09271da04761b7f1..aeea82d1580dbf9f33d9e59ccac8cec12964029d 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: security.xml,v 1.8.2.4 2006/03/01 13:04:36 jocuri%softhome.net Exp $ -->
+<!-- $Id: security.xml,v 1.8.2.5 2006/05/16 19:00:45 mozilla%colinogilvie.co.uk Exp $ -->
 
 <chapter id="security">
 <title>Bugzilla Security</title>
       <example id="security-mysql-network-ex">
       <title>Disabling Networking in MySQL</title>
       
-        <para>Simply enter the following in <filename>/etc/my.conf</filename>:
+        <para>Simply enter the following in <filename>/etc/my.cnf</filename>:
         <screen>
-[myslqd]
+[mysqld]
 # Prevent network access to MySQL.
 skip-networking
         </screen>