Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03FA37382 for ; Sun, 27 Nov 2011 17:55:09 +0000 (UTC) Received: (qmail 35594 invoked by uid 500); 27 Nov 2011 17:55:08 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 35550 invoked by uid 500); 27 Nov 2011 17:55:08 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 35543 invoked by uid 99); 27 Nov 2011 17:55:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Nov 2011 17:55:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Nov 2011 17:55:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A540C5559E; Sun, 27 Nov 2011 17:54:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: fdmanana@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: Remove duplicated comment line Message-Id: <20111127175440.A540C5559E@tyr.zones.apache.org> Date: Sun, 27 Nov 2011 17:54:40 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Remove duplicated comment line It belongs to the parameter verify_ssl_certificates and was copy pasted from there. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2b748ec6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2b748ec6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2b748ec6 Branch: refs/heads/master Commit: 2b748ec6249d55251b3ddbf62a1a404c4a2f108f Parents: 0706a84 Author: Filipe David Borba Manana Authored: Sun Nov 27 17:48:19 2011 +0000 Committer: Filipe David Borba Manana Committed: Sun Nov 27 17:48:19 2011 +0000 ---------------------------------------------------------------------- etc/couchdb/default.ini.tpl.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2b748ec6/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 021732e..306f925 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -189,7 +189,6 @@ retries_per_request = 10 ; {priority, integer()} ; See the `inet` Erlang module's man page for the full list of options. socket_options = [{keepalive, true}, {nodelay, false}] -; set to true to validate peer certificates ; Path to a file containing the user's certificate. ;cert_file = /full/path/to/server_cert.pem ; Path to file containing user's private PEM encoded key.