From cc713d8c630a57e56f8aeedfee22bba08e4c9997 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 17 Oct 2010 12:04:35 +0000 Subject: [PATCH] debian/patches/: fix patch which was broken by a previous change to config.inc.php git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@879 a1433add-5e2c-0410-b055-b7f2511e0802 --- debian/patches/20100221_db-credentials | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/patches/20100221_db-credentials b/debian/patches/20100221_db-credentials index 9977372e..b7aa28cf 100644 --- a/debian/patches/20100221_db-credentials +++ b/debian/patches/20100221_db-credentials @@ -26,6 +26,7 @@ Index: postfixadmin-trunk/config.inc.php +$CONF['database_user'] = '_DBC_DBUSER_'; +$CONF['database_password'] = '_DBC_DBPASS_'; +$CONF['database_name'] = '_DBC_DBNAME_'; - $CONF['database_prefix'] = ''; // If you need to specify a different port for a MYSQL database connection, use e.g. // $CONF['database_host'] = '172.30.33.66:3308'; + // If you need to specify a different port for POSTGRESQL database connection +