Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 22:35:52 +0200 (CEST)
From:      Radim Kolar <hsn@sendmail.cz>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        hsn@sendmail.cz
Subject:   ports/178493: [PATCH] databases/cassandra: fix rc.d script
Message-ID:  <201305102035.r4AKZqig048072@fbsd9.localdomain>
Resent-Message-ID: <201305102040.r4AKe2fw018720@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178493
>Category:       ports
>Synopsis:       [PATCH] databases/cassandra: fix rc.d script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 10 20:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 9.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD fbsd9.localdomain 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #2: Tue Apr  9 02:31:34 CEST
>Description:
Update procname after JDK change, it fixes stop action in rc.d script

Port maintainer (hsn@sendmail.cz) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- cassandra-1.0.12_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/cassandra/Makefile ./Makefile
--- /usr/ports/databases/cassandra/Makefile	2012-12-12 01:15:41.000000000 +0100
+++ ./Makefile	2013-05-10 22:33:16.948936776 +0200
@@ -3,7 +3,7 @@
 
 PORTNAME=	cassandra
 PORTVERSION=	1.0.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases java
 MASTER_SITES=	APACHE
 MASTER_SITE_SUBDIR=	cassandra/${PORTVERSION}
diff -ruN --exclude=CVS /usr/ports/databases/cassandra/files/cassandra.in ./files/cassandra.in
--- /usr/ports/databases/cassandra/files/cassandra.in	2012-12-12 01:15:41.000000000 +0100
+++ ./files/cassandra.in	2013-05-10 22:32:51.274296796 +0200
@@ -46,7 +46,7 @@
 stop_precmd="${name}_prestop"
 sig_stop="KILL"
 
-procname="%%LOCALBASE%%/openjdk6/bin/java"
+procname="%%LOCALBASE%%/openjdk7/bin/java"
 pidfile=/var/run/cassandra.pid
 
 export MAX_HEAP_SIZE="$cassandra_memory"
--- cassandra-1.0.12_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305102035.r4AKZqig048072>