[EMAIL PROTECTED] wrote:

> Thanks for the patch -- I had to tweak install-db.pl to let the user
> know that remove db users needed to be added by hand. The
> MySQLAddUser.pl script does not handle adding users remotely...
> 
> The patch is now in CVS...

Cool, but yikes!  It's broken, I found out today.  Here's an update:

Index: perl/Obs/Defs/Defs.pm.in
===================================================================
RCS file: /src/repository/obs/perl/Obs/Defs/Defs.pm.in,v
retrieving revision 1.2
diff -u -r1.2 Defs.pm.in
--- perl/Obs/Defs/Defs.pm.in    2001/01/29 22:22:27     1.2
+++ perl/Obs/Defs/Defs.pm.in    2001/01/29 22:37:07
@@ -19,7 +19,7 @@
 use constant DB_USER => '@OBSUSER@';
 use constant DB_PASSWD => '@OBSPWD@';
 use constant DB_PORT => 3306;
-use constant DSN => 'dbi:mysql:' . Obs::Defs::DB_SERVER .':'. Obs::Defs::DB_DB;
+use constant DSN => 'dbi:mysql:'.Obs::Defs::DB_DB .':'. Obs::Defs::DB_SERVER;
 
 # Obs home path
 use constant OBS_HOME => '@OBSHOME@';
_______________________________________________
Obs-dev mailing list
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/obs-dev

Reply via email to