From 852ccdb4dcdd02b48a461f49c3b076ef106db352 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Mon, 26 Jun 2023 22:05:16 +0800 Subject: databases/neo4j: Update to 4.4.21 --- databases/neo4j/files/patch-bin_neo4j | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'databases/neo4j/files/patch-bin_neo4j') 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 + "$@" -- cgit v1.2.3