You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2020/08/03 15:23:17 UTC

[couchdb] branch master updated: Windows: provide full path to epmd

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new f43f78a  Windows: provide full path to epmd
f43f78a is described below

commit f43f78a9f9b2a157c2443fea596178c7dedb7e2c
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Sat Aug 1 23:10:46 2020 -0400

    Windows: provide full path to epmd
---
 rel/files/couchdb.cmd.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rel/files/couchdb.cmd.in b/rel/files/couchdb.cmd.in
index df99441..244803b 100644
--- a/rel/files/couchdb.cmd.in
+++ b/rel/files/couchdb.cmd.in
@@ -31,6 +31,7 @@ IF NOT DEFINED COUCHDB_FAUXTON_DOCROOT SET COUCHDB_FAUXTON_DOCROOT={{fauxton_roo
 
 "%BINDIR%\erl" -boot "%ROOTDIR%\releases\%APP_VSN%\couchdb" ^
 -args_file "%ROOTDIR%\etc\vm.args" ^
+-epmd "%BINDIR%\epmd.exe" ^
 -config "%ROOTDIR%\releases\%APP_VSN%\sys.config" %*
 
 :: EXIT /B