summaryrefslogtreecommitdiff
path: root/databases/neo4j/files/patch-bin_neo4j
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2023-06-26 22:05:16 +0800
committerWen Heping <wen@FreeBSD.org>2023-06-26 22:05:48 +0800
commit852ccdb4dcdd02b48a461f49c3b076ef106db352 (patch)
tree4c1b674cbfd5edc7c3405274dabc3ee0e4e591a3 /databases/neo4j/files/patch-bin_neo4j
parentdatabases/py-python-sql: Update to 1.4.2 (diff)
databases/neo4j: Update to 4.4.21
Diffstat (limited to 'databases/neo4j/files/patch-bin_neo4j')
-rw-r--r--databases/neo4j/files/patch-bin_neo4j8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/neo4j/files/patch-bin_neo4j b/databases/neo4j/files/patch-bin_neo4j
index 5919c0bb845a..6e0bc1933b95 100644
--- a/databases/neo4j/files/patch-bin_neo4j
+++ b/databases/neo4j/files/patch-bin_neo4j
@@ -1,6 +1,6 @@
---- bin/neo4j.orig 2022-05-19 10:56:30 UTC
+--- bin/neo4j.orig 2023-06-26 13:12:30 UTC
+++ bin/neo4j
-@@ -33,7 +33,7 @@ while [ -h "$PRG" ]; do
+@@ -33,7 +33,7 @@ PRGDIR=`dirname "$PRG"`
done
PRGDIR=`dirname "$PRG"`
@@ -9,7 +9,7 @@
# Reset the REPO variable. If you need to influence this use the environment setup file.
REPO=
-@@ -116,6 +116,9 @@ if $cygwin; then
+@@ -116,6 +116,9 @@ fi
[ -n "$BASEDIR" ] && BASEDIR=`cygpath --path --windows "$BASEDIR"`
[ -n "$REPO" ] && REPO=`cygpath --path --windows "$REPO"`
fi
@@ -22,7 +22,7 @@
@@ -125,4 +128,4 @@ exec "$JAVACMD" -Xmx128m \
-Dapp.home="$BASEDIR" \
-Dbasedir="$BASEDIR" \
- org.neo4j.server.startup.Neo4jCommand \
+ org.neo4j.server.startup.Neo4jBoot \
- "$@"
\ No newline at end of file
+ "$@"