summarylogtreecommitdiffstats
path: root/bin.patch
diff options
context:
space:
mode:
authorCarl Smedstad2023-03-12 23:07:41 +0100
committerCarl Smedstad2023-03-13 01:32:39 +0100
commit33dc4b219d80c12a86c08841982cc112b7610cfb (patch)
treef288e37b9f8e354c24c3e01990dd24eef4e08b93 /bin.patch
parent6998e7919f03c7fa04f672270398652f7f7486f7 (diff)
downloadaur-33dc4b219d80c12a86c08841982cc112b7610cfb.tar.gz
Take over maintenance and publish version 5.5.0
Diffstat (limited to 'bin.patch')
-rw-r--r--bin.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin.patch b/bin.patch
deleted file mode 100644
index a2d2c960c18d..000000000000
--- a/bin.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -au0r neo4j-community-orig/bin/neo4j-admin neo4j-community-mod/bin/neo4j-admin
---- neo4j-community-orig/bin/neo4j-admin
-+++ neo4j-community-mod/bin/neo4j-admin
-@@ -3,0 +4,2 @@
-+export NEO4J_CONF=/etc/neo4j
-+
-diff -au0r neo4j-community-orig/bin/cypher-shell neo4j-community-mod/bin/cypher-shell
---- neo4j-community-orig/bin/cypher-shell
-+++ neo4j-community-mod/bin/cypher-shell
-@@ -75,1 +75,1 @@
-- APP_HOME="$(cd "$(dirname "$0")" && pwd)"
-+ APP_HOME="$(cd "$(dirname "$(readlink -f "$0")")" && pwd)"