diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:50:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:50:54 +0000 |
commit | 7a366520dc4f3e6d2ed07fa78f1c6d439357ad07 (patch) | |
tree | 6bab43bfba7ca0ef9fa43194652d7fd62dbf8ffe /debian/patches/fence-vmware-helper | |
parent | Adding debian version 4.12.1-1. (diff) | |
download | fence-agents-debian.tar.xz fence-agents-debian.zip |
Adding debian version 4.12.1-2~exp1.debian/4.12.1-2_exp1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/fence-vmware-helper | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/fence-vmware-helper b/debian/patches/fence-vmware-helper new file mode 100644 index 0000000..f5dbb34 --- /dev/null +++ b/debian/patches/fence-vmware-helper @@ -0,0 +1,16 @@ +Description: Use helper from libexec directory +Author: Valentin Vidic <vvidic@debian.org> +Last-Update: 2023-04-23 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/agents/vmware/fence_vmware.py ++++ b/agents/vmware/fence_vmware.py +@@ -41,7 +41,7 @@ + VMRUN_MINIMUM_REQUIRED_VERSION = 2 + + # Default path to vmhelper command +-VMHELPER_COMMAND = "fence_vmware_helper" ++VMHELPER_COMMAND = "/usr/libexec/fence-agents/fence_vmware_helper" + # Default path to vmrun command + VMRUN_COMMAND = "/usr/bin/vmrun" + # Default type of vmware |