Search
j0ke.net Open Build Service
>
Projects
>
ha
>
keepalived-ipv6
> keepalived-modprobe.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File keepalived-modprobe.patch of Package keepalived-ipv6 (Revision 25)
Currently displaying revision
25
,
show latest
From a3547673b4181999b26d1d21663b0d7c3664b2e1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat <bernat@luffy.cx> Date: Fri, 26 Aug 2011 05:25:05 +0000 Subject: Fix modprobe arguments. Fix by Dan Wallis. --- diff --git a/keepalived/check/ipvswrapper.c b/keepalived/check/ipvswrapper.c index a48ef0f..511be53 100644 --- a/keepalived/check/ipvswrapper.c +++ b/keepalived/check/ipvswrapper.c @@ -728,7 +728,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; -- cgit v0.8.3.4