diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2017-11-03 07:12:51 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2017-11-03 07:12:51 +0000 |
| commit | c7940d6f2fdd671c7c54849cd32bcfb861b51efd (patch) | |
| tree | 4d6d4db0d27a1bb49b7a1801615cd2d0842f1daf /databases/puppetdb3/files/patch-ext__bin__puppetdb | |
| parent | devel/lfcbase: update 1.10.2 -> 1.10.3 (diff) | |
Remove expired ports:
2017-11-01 databases/puppetdb-terminus3: End of life upstream
2017-11-01 databases/puppetdb3: End of life upstream
Notes
Notes:
svn path=/head/; revision=453390
Diffstat (limited to 'databases/puppetdb3/files/patch-ext__bin__puppetdb')
| -rw-r--r-- | databases/puppetdb3/files/patch-ext__bin__puppetdb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/databases/puppetdb3/files/patch-ext__bin__puppetdb b/databases/puppetdb3/files/patch-ext__bin__puppetdb deleted file mode 100644 index 3a813b34d8cd..000000000000 --- a/databases/puppetdb3/files/patch-ext__bin__puppetdb +++ /dev/null @@ -1,21 +0,0 @@ ---- ext/bin/puppetdb.orig 2016-01-25 03:46:10.797703384 +0000 -+++ ext/bin/puppetdb 2016-01-25 04:12:10.048976423 +0000 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!%%PREFIX%%/bin/bash - - set -a - if [ -r "/etc/default/puppetdb" ] ; then -@@ -11,6 +11,12 @@ - USER="_puppetdb" - INSTALL_DIR="/opt/puppetlabs/server/apps/puppetdb" - CONFIG="/etc/puppetlabs/puppetdb/conf.d" -+elif [ `uname` == "FreeBSD" ] ; then -+ JAVA_BIN="%%JAVA%%" -+ JAVA_ARGS="-Xmx192m" -+ USER="puppetdb" -+ INSTALL_DIR="%%DATADIR%%" -+ CONFIG="%%PREFIX%%/%%ETCDIR%%/conf.d" - else - echo "You seem to be missing some important configuration files; could not find /etc/default/puppetdb or /etc/sysconfig/puppetdb" >&2 - exit 1 |
