opnsense-ports/databases/puppetdb/files/patch-ext__files__puppetdb-anonymize
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

9 lines
500 B
Text

--- ./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 "$@"