Browse Source

keepalived: changed to check if ipvsadm2 is effectively installed

user/chris/next/shadow
Christian Wiese 13 years ago
parent
commit
59cf9d29ff
  1. 4
      network/keepalived/keepalived.conf

4
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"

Loading…
Cancel
Save