Bug 216547

Summary: databases/neo4j start script broken
Product: Ports & Packages Reporter: Alistair Meney <atmeney>
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (crees)
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   

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!