[CalendarServer-changes] [6624] CalendarServer/trunk/support/Makefile.Apple

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 11 16:13:36 PST 2010


Revision: 6624
          http://trac.macosforge.org/projects/calendarserver/changeset/6624
Author:   sagen at apple.com
Date:     2010-11-11 16:13:34 -0800 (Thu, 11 Nov 2010)
Log Message:
-----------
Installs postgres setup script for calendar server

Modified Paths:
--------------
    CalendarServer/trunk/support/Makefile.Apple

Modified: CalendarServer/trunk/support/Makefile.Apple
===================================================================
--- CalendarServer/trunk/support/Makefile.Apple	2010-11-12 00:09:31 UTC (rev 6623)
+++ CalendarServer/trunk/support/Makefile.Apple	2010-11-12 00:13:34 UTC (rev 6624)
@@ -96,6 +96,10 @@
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/System/Library/ServerSetup/MigrationExtras"
 	$(_v) $(INSTALL_FILE) "$(Sources)/contrib/migration/calendarmigrator.py" "$(DSTROOT)/System/Library/ServerSetup/MigrationExtras/59_calendarmigrator.py"
 	$(_v) chmod ugo+x "$(DSTROOT)/System/Library/ServerSetup/MigrationExtras/59_calendarmigrator.py"
+	@echo "Installing database configuration scripts..."
+	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/System/Library/ServerSetup/CommonExtras/PostgreSQLExtras"
+	$(_v) $(INSTALL_FILE) "$(Sources)/contrib/create_caldavd_db.sh" "$(DSTROOT)/System/Library/ServerSetup/CommonExtras/PostgreSQLExtras/create_caldavd_db.sh"
+	$(_v) chmod ugo+x "$(DSTROOT)/System/Library/ServerSetup/CommonExtras/PostgreSQLExtras/create_caldavd_db.sh"
 	@echo "Installing changeip config..."
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/usr/libexec/changeip"
 	$(_v) $(INSTALL_FILE) "$(Sources)/calendarserver/tools/changeip_calendar.py" "$(DSTROOT)/usr/libexec/changeip/changeip_calendar.py"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101111/7983752a/attachment.html>


More information about the calendarserver-changes mailing list