[CalendarServer-changes] [8512] CalendarServer/trunk/calendarserver/tools/bootstrapdatabase.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 11 16:37:43 PST 2012


Revision: 8512
          http://trac.macosforge.org/projects/calendarserver/changeset/8512
Author:   sagen at apple.com
Date:     2012-01-11 16:37:42 -0800 (Wed, 11 Jan 2012)
Log Message:
-----------
Postgres tools moved

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/bootstrapdatabase.py

Modified: CalendarServer/trunk/calendarserver/tools/bootstrapdatabase.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/bootstrapdatabase.py	2012-01-11 20:20:16 UTC (rev 8511)
+++ CalendarServer/trunk/calendarserver/tools/bootstrapdatabase.py	2012-01-12 00:37:42 UTC (rev 8512)
@@ -26,9 +26,9 @@
 SCHEMAFILE    = "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/txdav/common/datastore/sql_schema/current.sql"
 
 # Executables:
-CREATEDB      = "/usr/bin/createdb"
-CREATEUSER    = "/usr/bin/createuser"
-PSQL          = "/usr/bin/psql"
+CREATEDB      = "/Applications/Server.app/Contents/ServerRoot/usr/bin/createdb"
+CREATEUSER    = "/Applications/Server.app/Contents/ServerRoot/usr/bin/createuser"
+PSQL          = "/Applications/Server.app/Contents/ServerRoot/usr/bin/psql"
 
 def usage(e=None):
     name = os.path.basename(sys.argv[0])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120111/534cba3f/attachment.html>


More information about the calendarserver-changes mailing list