[Dbconfig-common-devel] dbconfig-common/dpkg common,1.19,1.20

seanius@haydn.debian.org seanius@haydn.debian.org


Update of /cvsroot/dbconfig-common/dbconfig-common/dpkg
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv11497/dpkg

Modified Files:
	common 
Log Message:
a few more misc fixes/tweaks

Index: common
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/dpkg/common,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- common	27 Apr 2005 02:03:22 -0000	1.19
+++ common	27 Apr 2005 02:35:02 -0000	1.20
@@ -75,7 +75,7 @@
 		dbc_dump_cmd='dbc_mysql_dump'
 		dbc_register_templates="$dbc_standard_templates $dbc_mysql_templates"
 		dbc_default_admin="root"
-		dbc_default_dbuser=`echo $dbc_package | tr -d +.`;
+		dbc_default_dbuser=`echo $dbc_package | tr -d +. | cut -c -16`;
 		dbc_dbvendor="MySQL"
 	;;
 	pgsql)