#358: Error running carddav server in Linux -----------------------------+---------------------------------------------- Reporter: d...@… | Owner: wsanc...@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Keywords: | -----------------------------+----------------------------------------------
Comment(by den...@…): Trying again with code block: {{{ [den...@blackbox3 ContactServer]$ svn diff run Index: run =================================================================== --- run (revision 5050) +++ run (working copy) @@ -30,7 +30,7 @@ ## set -e -set -u +#set -u wd="$(cd "$(dirname "$0")" && pwd)"; @@ -558,7 +558,7 @@ # PyOpenDirectory # -if [ "$(uname -s)" == "Darwin" ]; then +#if [ "$(uname -s)" == "Darwin" ]; then # if ! py_have_module opendirectory; then opendirectory="${top}/PyOpenDirectory"; @@ -568,7 +568,7 @@ export PYTHONPATH="${PYTHONPATH}:${opendirectory}/build/${py_platform_libdir}"; # fi; -fi; +#fi; # # xattr }}} -- Ticket URL: <http://trac.calendarserver.org/ticket/358#comment:7> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server _______________________________________________ calendarserver-dev mailing list calendarserver-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev