Correct rc script path
Submitted by: Radek Krejca PR: ports/216547 Submitted by: Alistair Meney <atmeney@gmail.com>
This commit is contained in:
parent
8d3688a5ba
commit
bac5ce3736
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432630
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= neo4j
|
||||
DISTVERSION= 3.0.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= http://dist.neo4j.org/
|
||||
DISTNAME= ${PORTNAME}-community-${DISTVERSION}-unix
|
||||
|
@ -20,7 +20,7 @@ load_rc_config $name
|
||||
|
||||
: ${neo4j_enable:=NO}
|
||||
|
||||
command=%%PREFIX%%/libexec/neo4j
|
||||
command=%%PREFIX%%/libexec/neo4j/neo4j
|
||||
start_cmd="$command start"
|
||||
start_precmd=neo4j_prestart
|
||||
stop_cmd="$command stop"
|
||||
|
Loading…
Reference in New Issue
Block a user