blob: 4b50e40285414912fcdee9ca8e9f1842143aaeb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Description: Leave zvm enabled
Remove agent after bookworm release.
Author: Valentin Vidic <vvidic@debian.org>
Last-Update: 2023-01-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure.ac
+++ b/configure.ac
@@ -196,7 +196,7 @@
fi
FENCE_ZVM=0
-if echo "$AGENTS_LIST" | grep -q -E "zvm( |$)"; then
+if echo "$AGENTS_LIST" | grep -q -E "all|zvm( |$)"; then
FENCE_ZVM=1
fi
|