diff --git a/network/keepalived/keepalived.conf b/network/keepalived/keepalived.conf index 3e2b04503..dc33214fd 100644 --- a/network/keepalived/keepalived.conf +++ b/network/keepalived/keepalived.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../keepalived/keepalived.conf -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2012 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -15,7 +15,7 @@ # we patch configure.in hook_add preconf 5 "aclocal ; autoconf" -if pkginstalled ipvsadm2 ; then +if pkginstalled -f ipvsadm2 ; then var_append makeopt ' ' "IPVS_FLAG=_WITH_LVS_" else var_append confopt ' ' "--disable-lvs"