]> 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:01:45 +0000 (02:01 +0000)
committermozilla%colinogilvie.co.uk <>
Wed, 17 May 2006 02:01:45 +0000 (02:01 +0000)
Patch by me; r=mkanat

docs/xml/security.xml

index a8eda5338a33a3691acb43fdf24bb2f5684dd647..759fbcc74583d522fb9b6b2fed045a8da2da8c82 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: security.xml,v 1.6.2.4 2006/03/01 13:04:51 jocuri%softhome.net Exp $ -->
+<!-- $Id: security.xml,v 1.6.2.5 2006/05/16 19:01: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>