Bug 216547 - databases/neo4j start script broken
Summary: databases/neo4j start script broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-28 15:21 UTC by Alistair Meney
Modified: 2017-01-28 15:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (crees)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alistair Meney 2017-01-28 15:21:27 UTC
after installing openjdk8 package and neo4j port, unable to start neo4j

I changed

command=/usr/local/libexec/neo4j

to

command=/usr/local/libexec/neo4j/neo4j

in the rc script (/usr/local/etc/rc.d/neo4j), and neo4j could
then be started.

Note that /usr/local/libexec/neo4j is a directory, hence the problem,
the executable neo4j is inside that directory.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-01-28 15:33:32 UTC
A commit references this bug:

Author: crees
Date: Sat Jan 28 15:32:55 UTC 2017
New revision: 432630
URL: https://svnweb.freebsd.org/changeset/ports/432630

Log:
  Correct rc script path

  Submitted by:	Radek Krejca
  PR:		ports/216547
  Submitted by:	Alistair Meney <atmeney@gmail.com>

Changes:
  head/databases/neo4j/Makefile
  head/databases/neo4j/files/neo4j.in
Comment 2 Chris Rees freebsd_committer freebsd_triage 2017-01-28 15:34:14 UTC
Committed.  Thanks!