mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
Release notes: https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-601 While here, regenerate patches with make makepatch, and fix warnings in the logs by pointing the server to ruby multi_json gem (quick fix for now, we will have to improve this in the future). With hat: puppet
8 lines
321 B
Bash
8 lines
321 B
Bash
--- ext/cli_defaults/cli-defaults.sh.orig 2018-10-01 20:36:08 UTC
|
|
+++ ext/cli_defaults/cli-defaults.sh
|
|
@@ -1,4 +1,4 @@
|
|
-INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver"
|
|
+INSTALL_DIR="%%DATADIR%%"
|
|
|
|
if [ -n "$JRUBY_JAR" ]; then
|
|
echo "Warning: the JRUBY_JAR setting is no longer needed and will be ignored." 1>&2
|