[CalendarServer-changes] [14870] CalendarServer/trunk/bin/package

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 4 10:47:10 PDT 2015


Revision: 14870
          http://trac.calendarserver.org//changeset/14870
Author:   wsanchez at apple.com
Date:     2015-06-04 10:47:10 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
Update commands

Modified Paths:
--------------
    CalendarServer/trunk/bin/package

Modified: CalendarServer/trunk/bin/package
===================================================================
--- CalendarServer/trunk/bin/package	2015-06-04 17:25:23 UTC (rev 14869)
+++ CalendarServer/trunk/bin/package	2015-06-04 17:47:10 UTC (rev 14870)
@@ -133,13 +133,17 @@
 
   for executable in              \
     "memcached/bin/memcached"    \
+    "OpenLDAP/bin/ldapsearch"    \
     "openssl/bin/openssl"        \
+    "PostgreSQL/bin/initdb"      \
+    "PostgreSQL/bin/pg_ctl"      \
     "PostgreSQL/bin/psql"        \
-    "PostgreSQL/bin/pg_dump"     \
-    "PostgreSQL/bin/pg_dumpall"  \
-    "PostgreSQL/bin/pg_restore"  \
   ; do
-    ln -s "../roots/${executable}" .;
+    if [ -e "../roots/${executable}" ]; then
+      ln -s "../roots/${executable}" .;
+    else
+      echo "No executable: ${executable}";
+    fi;
   done;
 
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150604/83648fc0/attachment.html>


More information about the calendarserver-changes mailing list