Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 1acb355d0afb33f90c0156ed53a88d83 > files > 4

keepalived-1.2.2-0.4.mga1.src.rpm

#don't use modprobe -k
#Sven Ulland <svensven@gmail.com>
diff --git a/keepalived/check/ipvswrapper.c b/keepalived/check/ipvswrapper.c
index ad79f20..497d850 100644
--- a/keepalived/check/ipvswrapper.c
+++ b/keepalived/check/ipvswrapper.c
@@ -687,7 +687,7 @@ string_to_number(const char *s, int min, int max)
 static int
 modprobe_ipvs(void)
 {
-	char *argv[] = { "/sbin/modprobe", "-s", "-k", "--", "ip_vs", NULL };
+	char *argv[] = { "/sbin/modprobe", "-s", "--", "ip_vs", NULL };
 	int child;
 	int status;
 	int rc;