Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 17407 invoked from network); 23 Mar 2009 17:41:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Mar 2009 17:41:19 -0000 Received: (qmail 43168 invoked by uid 500); 23 Mar 2009 17:41:19 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 43083 invoked by uid 500); 23 Mar 2009 17:41:19 -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 43074 invoked by uid 99); 23 Mar 2009 17:41:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 17:41:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 17:41:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 14C892388965; Mon, 23 Mar 2009 17:40:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r757465 - in /couchdb/trunk: THANKS etc/launchd/org.apache.couchdb.plist.tpl.in Date: Mon, 23 Mar 2009 17:40:49 -0000 To: commits@couchdb.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090323174050.14C892388965@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Mon Mar 23 17:40:49 2009 New Revision: 757465 URL: http://svn.apache.org/viewvc?rev=757465&view=rev Log: redirect output from launchd to STDERR and STDOUT, thanks Florian Ebeling, closes COUCHDB-278 Modified: couchdb/trunk/THANKS couchdb/trunk/etc/launchd/org.apache.couchdb.plist.tpl.in Modified: couchdb/trunk/THANKS URL: http://svn.apache.org/viewvc/couchdb/trunk/THANKS?rev=757465&r1=757464&r2=757465&view=diff ============================================================================== --- couchdb/trunk/THANKS (original) +++ couchdb/trunk/THANKS Mon Mar 23 17:40:49 2009 @@ -24,5 +24,6 @@ * Maximillian Dornseif * Eric Casteleijn * Maarten Thibaut + * Florian Ebeling For a list of authors see the `AUTHORS` file. Modified: couchdb/trunk/etc/launchd/org.apache.couchdb.plist.tpl.in URL: http://svn.apache.org/viewvc/couchdb/trunk/etc/launchd/org.apache.couchdb.plist.tpl.in?rev=757465&r1=757464&r2=757465&view=diff ============================================================================== --- couchdb/trunk/etc/launchd/org.apache.couchdb.plist.tpl.in (original) +++ couchdb/trunk/etc/launchd/org.apache.couchdb.plist.tpl.in Mon Mar 23 17:40:49 2009 @@ -18,6 +18,10 @@ UserName couchdb + StandardOutPath + /dev/null + StandardErrorPath + /dev/null RunAtLoad KeepAlive