[117979] trunk/www/includes/common.inc

ryandesign at macports.org ryandesign at macports.org
Mon Mar 17 16:17:54 PDT 2014


Revision: 117979
          https://trac.macports.org/changeset/117979
Author:   ryandesign at macports.org
Date:     2014-03-17 16:17:53 -0700 (Mon, 17 Mar 2014)
Log Message:
-----------
common.inc: update host and passwd file

Modified Paths:
--------------
    trunk/www/includes/common.inc

Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc	2014-03-17 22:27:52 UTC (rev 117978)
+++ trunk/www/includes/common.inc	2014-03-17 23:17:53 UTC (rev 117979)
@@ -34,10 +34,10 @@
 #####################################################################
 
 # Ports database connection parameters:
-$portsdb_host = 'localhost';
+$portsdb_host = 'data.macports.org';
 $portsdb_name = 'macports';
 $portsdb_user = 'macports';
-$portsdb_passwd = trim(file_get_contents('/opt/local/share/macports/resources/portmgr/script_data'));
+$portsdb_passwd = trim(file_get_contents('/var/www/script_data'));
 
 
 ######################################################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140317/99bf5a6f/attachment.html>


More information about the macports-changes mailing list