From dev-return-11973-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Sep 28 18:08:38 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 99955 invoked from network); 28 Sep 2010 18:08:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Sep 2010 18:08:38 -0000 Received: (qmail 26692 invoked by uid 500); 28 Sep 2010 18:08:37 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 26636 invoked by uid 500); 28 Sep 2010 18:08:37 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 26627 invoked by uid 99); 28 Sep 2010 18:08:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Sep 2010 18:08:36 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Sep 2010 18:08:32 +0000 Received: by iwn8 with SMTP id 8so8366380iwn.11 for ; Tue, 28 Sep 2010 11:08:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=UxpzAxwjscQMuhQayvdoU5KGjPnz9DooQmRqMCUDh30=; b=tso/PPBgCN5GjQk+2Gu5aabSWCl3NyCHDpQlead/ZU+7q4GAduDhbyTTj6ckddTuGy zPPnLQzYzAAsZ3aev0/xKgFIStUk+9eviYiQu35l+8QRvvnTc30gJ5ggRLzwAuvAOTV3 dNlCurB7fy/3qH3386vvsGr4lNhwS57yji8Dw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=dkHkk2j9yFIZk/SK1yT+pVF8jruEr+yklw5i32bh7oTDPP8vTC/6o1eAaAGOfPR8WG beEWMhsC/8iTk2ScpYxMeKS4lHmBgpFujjK9TX0Rl0m7Bu3sGa+4Pc4xxw1fayGJWGCq ZTxMwl1wW/InImiMasLZ/RHDQg2jhXmuSSRb8= Received: by 10.231.11.197 with SMTP id u5mr80843ibu.41.1285697286275; Tue, 28 Sep 2010 11:08:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.30.194 with HTTP; Tue, 28 Sep 2010 11:07:24 -0700 (PDT) In-Reply-To: References: <20100925173757.C583A23889ED@eris.apache.org> <79D74715-4889-4613-BEE3-B7905EDA6532@apache.org> From: Paul Davis Date: Tue, 28 Sep 2010 14:07:24 -0400 Message-ID: Subject: Re: svn commit: r1001283 - in /couchdb/trunk/etc/couchdb: Makefile.am default.ini.tpl.in To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Tue, Sep 28, 2010 at 1:52 PM, Randall Leeds wrote: > On Tue, Sep 28, 2010 at 19:42, Benoit Chesneau wrote: >> On Tue, Sep 28, 2010 at 7:39 PM, Filipe David Manana >> wrote: >> >>> >>> I was thinking the .uri file was going into a directory within the >>> users' home directory for the desktopcouch case. >>> My mistake then. > > I think we should make this a config option and be done with it. > Someone mentioned this already. > It already is a config option: [couchdb] uri_file = %localstaterundir%/couch.uri > If I'm to pick up on what Paul said about "scenarios" I would have to > say that, from what I see, it appears as though the "default" install > scenario from the source tarball is "server daemon". In that case, > /var/run should be the default and a switch (maybe even command line > to make it *super* easy to change [don't hurt me, Noah]), could allow > to put the file elsewhere. > > -Randall >