summaryrefslogtreecommitdiff
path: root/databases/puppetdb/files/patch-ext__files__puppetdb-anonymize
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-09-06 19:21:56 +0000
committerSteve Wills <swills@FreeBSD.org>2014-09-06 19:21:56 +0000
commit9659a6b2951c961d811dfde27e8725f796138070 (patch)
treefd139108d2a13b1abac05e6aad89b1d219640c95 /databases/puppetdb/files/patch-ext__files__puppetdb-anonymize
parent- Remove EXPLICIT_PACKAGE_DEPENDS knob, it's no-op after removal of pkg_tools (diff)
databases/puppetdb: add port for puppetdb
The PuppetDB storeconfigs backend WWW: https://docs.puppetlabs.com/puppetdb/latest/ PR: 187517 Submitted by: Zach Leslie <xaque208@gmail.com>
Notes
Notes: svn path=/head/; revision=367468
Diffstat (limited to 'databases/puppetdb/files/patch-ext__files__puppetdb-anonymize')
-rw-r--r--databases/puppetdb/files/patch-ext__files__puppetdb-anonymize9
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/puppetdb/files/patch-ext__files__puppetdb-anonymize b/databases/puppetdb/files/patch-ext__files__puppetdb-anonymize
new file mode 100644
index 000000000000..2c0101183c0a
--- /dev/null
+++ b/databases/puppetdb/files/patch-ext__files__puppetdb-anonymize
@@ -0,0 +1,9 @@
+--- ./ext/files/puppetdb-anonymize.orig 2014-09-01 19:00:53.880156353 +0000
++++ ./ext/files/puppetdb-anonymize 2014-09-01 19:08:46.772124148 +0000
+@@ -1,5 +1,5 @@
+ #!/bin/bash
+
+-. /usr/libexec/puppetdb/puppetdb.env
++. %%PREFIX%%/libexec/puppetdb/puppetdb.env
+
+ ${JAVA_BIN} -Xmx192m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/puppetdb/puppetdb-oom.hprof -Djava.security.egd=file:/dev/urandom -cp ${INSTALL_DIR}/puppetdb.jar clojure.main -m com.puppetlabs.puppetdb.core anonymize "$@"