This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
The following commit(s) were added to refs/heads/master by this push:
new 606a902 [deb] Fix unattended node name configuration, closes #21
606a902 is described below
commit 606a902329a9f4688cf1ce1f6d6221514024f8e0
Author: Joan Touzet <[email protected]>
AuthorDate: Mon Jun 11 15:34:34 2018 -0700
[deb] Fix unattended node name configuration, closes #21
---
debian/couchdb.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/couchdb.config b/debian/couchdb.config
index 323cfef..7eb301d 100755
--- a/debian/couchdb.config
+++ b/debian/couchdb.config
@@ -69,7 +69,7 @@ if [ -e /opt/couchdb/etc/vm.args ] ; then
if [ "${cookie}" != "monster" ]; then
db_set couchdb/cookie "${cookie}"
fi
- if [ "${nodename}" != "couchdb@localhost" ]; then
+ if [ "${nodename}" != "[email protected]" ]; then
db_set couchdb/nodename "${nodename}"
fi
fi
--
To stop receiving notification emails like this one, please contact
[email protected].