mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
This port is based on prior wor done in sysutils/puppetserver, and updated to leverage the CFACTER build of sysutils/facter. Approved by: swills(mentor) Differential Revision: D12513
11 lines
461 B
Bash
11 lines
461 B
Bash
--- ext/cli_defaults/cli-defaults.sh.orig 2017-08-06 01:24:37.981353156 -0700
|
|
+++ ext/cli_defaults/cli-defaults.sh 2017-08-06 01:39:53.280636611 -0700
|
|
@@ -1,6 +1,6 @@
|
|
-INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver"
|
|
+INSTALL_DIR="%%DATADIR%%"
|
|
|
|
-JRUBY_JAR="${JRUBY_JAR:-${INSTALL_DIR}/jruby-1_7.jar}"
|
|
+JRUBY_JAR="${JRUBY_JAR:-${INSTALL_DIR}/jruby-9k.jar}"
|
|
|
|
if [ ! -e "$JRUBY_JAR" ]; then
|
|
echo "Unable to find specified JRUBY_JAR: ${JRUBY_JAR}" 1>&2
|