]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- give mysql_logrotate proper rights
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 26 Feb 2002 13:17:50 +0000 (13:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.init -> 1.19

mysql.init

index 5ab4048a6bacdb938ed26c753094379562ac18b5..fb8e33acb9cf6744f02fd13a6462a8d4f4cfdf11 100644 (file)
@@ -237,7 +237,7 @@ case "$1" in
          REPLACE INTO user VALUES ('localhost','mysql','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
          REPLACE INTO user VALUES ('$hostname','mysql','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
          
-         INSERT INTO user VALUES ('localhost','mysql_logrotate','','N','N','N','N','N','N','N','N','N','N','N','N','N','N');"
+         INSERT INTO user VALUES ('localhost','mysql_logrotate','','N','N','N','N','N','N','Y','N','N','N','N','N','N','N');"
        fi
        
        if test ! -f $mdata/func.frm
This page took 0.036133 seconds and 4 git commands to generate.