SOURCES (DEVEL): phpMyAdmin-config.patch - updated for 2.9.2-rc1

shadzik shadzik at pld-linux.org
Wed Jan 10 03:29:06 CET 2007


Author: shadzik                      Date: Wed Jan 10 02:29:06 2007 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- updated for 2.9.2-rc1

---- Files affected:
SOURCES:
   phpMyAdmin-config.patch (1.10 -> 1.10.2.1) 

---- Diffs:

================================================================
Index: SOURCES/phpMyAdmin-config.patch
diff -u SOURCES/phpMyAdmin-config.patch:1.10 SOURCES/phpMyAdmin-config.patch:1.10.2.1
--- SOURCES/phpMyAdmin-config.patch:1.10	Sun Nov 19 03:42:32 2006
+++ SOURCES/phpMyAdmin-config.patch	Wed Jan 10 03:29:01 2007
@@ -1,5 +1,5 @@
---- libraries/config.default.php.orig	2006-11-19 01:28:45.000000000 +0100
-+++ libraries/config.default.php	2006-11-19 03:40:56.492681504 +0100
+--- libraries/config.default.php	2007-01-10 03:24:01.000000000 +0100
++++ libraries/config.default.php-new	2007-01-10 03:25:52.000000000 +0100
 @@ -2,7 +2,7 @@
  
  /* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
@@ -13,9 +13,9 @@
                                                      // The controluser is also
                                                      // used for all relational
                                                      // features (pmadb)
--$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
+-$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (valid choices: config, http, HTTP or cookie)
 -$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
-+$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie based)?
++$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (valid choices: config, http, HTTP or cookie)
 +$cfg['Servers'][$i]['user']          = 'mysql';      // MySQL user
  $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                      // with 'config' auth_type)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/phpMyAdmin-config.patch?r1=1.10&r2=1.10.2.1&f=u



More information about the pld-cvs-commit mailing list