summaryrefslogtreecommitdiff
path: root/sysutils/openvox-server8/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/openvox-server8/files')
-rw-r--r--sysutils/openvox-server8/files/patch-ext__cli__foreground4
-rw-r--r--sysutils/openvox-server8/files/patch-ext__ezbake-functions.sh11
2 files changed, 2 insertions, 13 deletions
diff --git a/sysutils/openvox-server8/files/patch-ext__cli__foreground b/sysutils/openvox-server8/files/patch-ext__cli__foreground
index a4a4a5ad6649..ff89df8a0c4a 100644
--- a/sysutils/openvox-server8/files/patch-ext__cli__foreground
+++ b/sysutils/openvox-server8/files/patch-ext__cli__foreground
@@ -1,4 +1,4 @@
---- ext/cli/foreground.orig 2019-09-17 14:05:56 UTC
+--- ext/cli/foreground.orig 2025-08-24 18:44:03 UTC
+++ ext/cli/foreground
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
@@ -8,7 +8,7 @@
cli_defaults=${INSTALL_DIR}/cli/cli-defaults.sh
if [ ! -e "${INSTALL_DIR}/ezbake-functions.sh" ]; then
-@@ -30,7 +30,7 @@ fi
+@@ -30,7 +30,7 @@ COMMAND="${JAVA_BIN} ${JAVA_ARGS} ${LOG_APPENDER} \
COMMAND="${JAVA_BIN} ${JAVA_ARGS} ${LOG_APPENDER} \
-cp "$CLASSPATH" \
clojure.main -m puppetlabs.trapperkeeper.main \
diff --git a/sysutils/openvox-server8/files/patch-ext__ezbake-functions.sh b/sysutils/openvox-server8/files/patch-ext__ezbake-functions.sh
deleted file mode 100644
index bd4d0a1c26b7..000000000000
--- a/sysutils/openvox-server8/files/patch-ext__ezbake-functions.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/ezbake-functions.sh.orig 2019-09-17 14:05:56 UTC
-+++ ext/ezbake-functions.sh
-@@ -126,7 +126,7 @@ init_restart_file()
- local group="${GROUP:-puppet}"
-
- if [ ! -e "$restartfile" ]; then
-- /usr/bin/install --directory --owner=$user --group=$group --mode=755 "$restart_file_base_dir"
-+ /usr/bin/install -d -o $user -g $group -m 755 "$restart_file_base_dir"
- if [ $? -ne 0 ]; then
- echo "Unable to create or set permissions for restart file at ${restart_file_base_dir}" 1>&2
- return 1