summarylogtreecommitdiffstats
path: root/bin.patch
diff options
context:
space:
mode:
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)"