diff options
Diffstat (limited to 'sysutils/puppetserver5/files/patch-ext__bin__puppetserver')
-rw-r--r-- | sysutils/puppetserver5/files/patch-ext__bin__puppetserver | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/puppetserver5/files/patch-ext__bin__puppetserver b/sysutils/puppetserver5/files/patch-ext__bin__puppetserver deleted file mode 100644 index ebd032d71b1a..000000000000 --- a/sysutils/puppetserver5/files/patch-ext__bin__puppetserver +++ /dev/null @@ -1,15 +0,0 @@ ---- ext/bin/puppetserver.orig 2018-09-28 11:06:23 UTC -+++ ext/bin/puppetserver -@@ -15,6 +15,12 @@ elif [ `uname` == "OpenBSD" ] ; then - USER="_puppet" - INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver" - CONFIG="/etc/puppetlabs/puppetserver/conf.d" -+elif [ `uname` == "FreeBSD" ] ; then -+ JAVA_BIN="%%JAVA%%" -+ JAVA_ARGS="-Xms2g -Xmx2g -XX:MaxPermSize=256m" -+ USER="puppet" -+ INSTALL_DIR="%%DATADIR%%" -+ CONFIG="%%ETCDIR%%/conf.d" - else - echo "You seem to be missing some important configuration files; could not find /etc/default/puppetserver or /etc/sysconfig/puppetserver" >&2 - exit 1 |