From owner-cvs-all@FreeBSD.ORG Sat Sep 3 14:59:40 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 774C31065673; Sat, 3 Sep 2011 14:59:40 +0000 (UTC) (envelope-from hsn@sendmail.cz) Received: from slush.phatservers.com (slush.phatservers.com [64.6.104.18]) by mx1.freebsd.org (Postfix) with ESMTP id 504228FC0A; Sat, 3 Sep 2011 14:59:40 +0000 (UTC) Received: from fbsd8.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by slush.phatservers.com (8.14.4/8.14.4) with ESMTP id p83EiOaO060802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 3 Sep 2011 16:44:29 +0200 (CEST) (envelope-from hsn@sendmail.cz) Received: from [127.0.0.1] ([10.0.0.1]) by fbsd8.localdomain (8.14.4/8.14.4) with ESMTP id p83EiHuX017519; Sat, 3 Sep 2011 16:44:18 +0200 (CEST) (envelope-from hsn@sendmail.cz) Message-ID: <4E623D3B.1020806@sendmail.cz> Date: Sat, 03 Sep 2011 16:44:11 +0200 From: Radim Kolar User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 MIME-Version: 1.0 To: Doug Barton References: <201109030519.p835JK7G073466@repoman.freebsd.org> <4E61FC86.7000908@FreeBSD.org> In-Reply-To: <4E61FC86.7000908@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 110903-0, 03.09.2011), Outbound message X-Antivirus-Status: Clean Cc: Sunpoet Po-Chuan Hsieh , cvs-ports@FreeBSD.org, Gea-Suan Lin , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/cassandra Makefile distinfo pkg-deinstall pkg-install pkg-plist ports/databases/cassandra/files cassandra.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2011 14:59:40 -0000 Dne 3.9.2011 12:08, Doug Barton napsal(a): > The rc.d script is ok, the only major problem is it needs REQUIRE: > LOGIN. The rest of the patch is to apply the more typical style. i will add this patch to next port revision. currently to be submitted 1. cassadra fails to start after boot (command java not found) [*done*, needs testing] 2. making cassandra-cli and nodetool commands available from command line [*done*] 3. remove stop-server script - its not used by port [*done*]