Revision: 654
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=654&view=rev
Author: normes
Date: 2009-05-11 19:39:28 +0000 (Mon, 11 May 2009)
Log Message:
-----------
changed 'configured = false' to 'configured = true'. The package should do all necessary things...
Modified Paths:
--------------
trunk/debian/patches/01-20090509_database-credentials
Modified: trunk/debian/patches/01-20090509_database-credentials
===================================================================
--- trunk/debian/patches/01-20090509_database-credentials 2009-05-09 22:11:32 UTC (rev 653)
+++ trunk/debian/patches/01-20090509_database-credentials 2009-05-11 19:39:28 UTC (rev 654)
@@ -1,7 +1,16 @@
Index: config.inc.php
===================================================================
---- config.inc.php.orig 2009-05-09 21:24:04.000000000 +0200
-+++ config.inc.php 2009-05-09 21:26:40.000000000 +0200
+--- config.inc.php.orig 2009-05-10 00:06:16.000000000 +0200
++++ config.inc.php 2009-05-10 00:59:50.000000000 +0200
+@@ -29,7 +29,7 @@ if (ereg ("config.inc.php", $_SERVER['PH
+ * Doing this implies you have changed this file as required.
+ * i.e. configuring database etc; specifying setup.php password etc.
+ */
+-$CONF['configured'] = false;
++$CONF['configured'] = true;
+
+ // In order to setup Postfixadmin, you MUST specify a hashed password here.
+ // To create the hash, visit setup.php in a browser and type a password into the field,
@@ -52,11 +52,11 @@ $CONF['default_language'] = 'en';
// mysql = MySQL 3.23 and 4.0, 4.1 or 5
// mysqli = MySQL 4.1+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|