]> git.proxmox.com Git - redhat-cluster-pve.git/blame - debian/patches/disable-xvm-fence.diff
fix schema to allow toplevel pvevm resource
[redhat-cluster-pve.git] / debian / patches / disable-xvm-fence.diff
CommitLineData
3e8a6763
DM
1Index: cluster-3.0.7/configure
2===================================================================
3--- cluster-3.0.7.orig/configure 2010-02-12 07:15:10.000000000 +0100
4+++ cluster-3.0.7/configure 2010-02-12 07:25:13.000000000 +0100
5@@ -683,6 +683,7 @@
6 chomp;
7 s|fence\/agents\/| |g;
8 s|lib ||g;
9+ s|xvm ||g;
10 s|nss_wrapper ||g;
11 $all_fence = $_;
12 }