[Pkg-drupal-commits] r2176 - in /branches/drupal7/debian: dbconfig.template drupal7.postinst

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Sat Mar 5 18:14:54 UTC 2011


Author: luigi
Date: Sat Mar  5 18:14:51 2011
New Revision: 2176

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=2176
Log:
Fixed typos in dbconfig template

Modified:
    branches/drupal7/debian/dbconfig.template
    branches/drupal7/debian/drupal7.postinst

Modified: branches/drupal7/debian/dbconfig.template
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal7/debian/dbconfig.template?rev=2176&op=diff
==============================================================================
--- branches/drupal7/debian/dbconfig.template (original)
+++ branches/drupal7/debian/dbconfig.template Sat Mar  5 18:14:51 2011
@@ -13,10 +13,10 @@
 	'driver' => '_DBC_DBTYPE_',
 	'database' => '_DBC_DBNAME_',
 	'username' => '_DBC_DBUSER_',
-	'password' => '_DBC_DBPASS',
-	'host' => '_DBC_DBSERVER',
-	'port' => '_DBC_DBPORT',
-	'prefix' => '_DBC_BASEPATH'
+	'password' => '_DBC_DBPASS_',
+	'host' => '_DBC_DBSERVER_',
+	'port' => '_DBC_DBPORT_',
+	'prefix' => '_DBC_BASEPATH_'
 );
 
 ?>

Modified: branches/drupal7/debian/drupal7.postinst
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal7/debian/drupal7.postinst?rev=2176&op=diff
==============================================================================
--- branches/drupal7/debian/drupal7.postinst (original)
+++ branches/drupal7/debian/drupal7.postinst Sat Mar  5 18:14:51 2011
@@ -6,7 +6,7 @@
 dbc_generate_include='template:/etc/drupal/7/sites/default/dbconfig.php'
 dbc_generate_include_owner='root:www-data'
 dbc_generate_include_perms='640'
-dbc_generate_include_args='-o template_infile=/usr/share/doc/drupal7/dbconfig.template'
+dbc_generate_include_args='-o template_infile=/usr/share/doc/drupal7/dbconfig.template -C #'
 dbc_pgsql_createdb_encoding='UTF8'
 
 . /usr/share/debconf/confmodule




More information about the Pkg-drupal-commits mailing list