[28380] trunk/base/portmgr/PortIndex2MySQL.tcl

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 29 18:38:03 PDT 2007


Revision: 28380
          http://trac.macosforge.org/projects/macports/changeset/28380
Author:   jmpp at macports.org
Date:     2007-08-29 18:38:03 -0700 (Wed, 29 Aug 2007)

Log Message:
-----------
Lets populate the appropriate database the index.php and ports.php page want to poll.

Modified Paths:
--------------
    trunk/base/portmgr/PortIndex2MySQL.tcl

Modified: trunk/base/portmgr/PortIndex2MySQL.tcl
===================================================================
--- trunk/base/portmgr/PortIndex2MySQL.tcl	2007-08-30 01:36:17 UTC (rev 28379)
+++ trunk/base/portmgr/PortIndex2MySQL.tcl	2007-08-30 01:38:03 UTC (rev 28380)
@@ -104,7 +104,7 @@
 set dbuser macports
 set passwdfile [file join . password_file]
 set dbpasswd [getpasswd $passwdfile]
-set dbname macports
+set dbname macports_ports
 
 # Flat text file to which sql statements are written.
 if {[catch {open $sqlfile w+} sqlfile_fd]} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070829/3c8c5b07/attachment.html


More information about the macports-changes mailing list