Bug 160428 - [PATCH] databases/cassandra: fixed startup script
Summary: [PATCH] databases/cassandra: fixed startup script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-03 16:00 UTC by Radim Kolar
Modified: 2011-09-07 18:30 UTC (History)
1 user (show)

See Also:


Attachments
cassandra-0.8.4_1.patch (2.98 KB, patch)
2011-09-03 16:00 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2011-09-03 16:00:21 UTC
1. startup script fixed
    cassandra didnt come up after boot due to PATH issues
    added REQUIRE: LOGIN to startup script

2. cassandra commands - cassandra-cli and nodetool made available to user
without need to change PATH

3. removed stop-server script. It was not used

Port maintainer (gslin@gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-03 16:00:33 UTC
Maintainer of databases/cassandra,

Please note that PR ports/160428 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160428

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-03 16:00:36 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 gslin 2011-09-04 14:01:45 UTC
Thanks, please commit it.

On Sat, Sep 03, 2011 at 03:00:33PM +0000, Edwin Groothuis wrote:
> Maintainer of databases/cassandra,
> 
> Please note that PR ports/160428 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160428
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org

-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-09-04 14:23:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2011-09-04 16:14:06 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-09-07 18:25:19 UTC
sunpoet     2011-09-07 17:25:06 UTC

  FreeBSD ports repository

  Modified files:
    databases/cassandra  Makefile pkg-plist 
    databases/cassandra/files cassandra.in 
  Log:
  - Fix rc.d script
  - Remove stop-server
  - Link cassandra-cli and nodetool to LOCALBASE/bin
  - Bump PORTREVISION for package change
  
  PR:             ports/160428
  Submitted by:   Radim Kolar <hsn@sendmail.cz>
  Approved by:    Gea-Suan Lin <gslin@gslin.org> (maintainer)
  
  Revision  Changes    Path
  1.13      +12 -3     ports/databases/cassandra/Makefile
  1.2       +6 -3      ports/databases/cassandra/files/cassandra.in
  1.12      +3 -2      ports/databases/cassandra/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-09-07 18:25:24 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!