Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 403133 | Differences between
and this patch

Collapse All | Expand All

(-)a/keepalived/check/ipvswrapper.c (-2 / +1 lines)
Lines 687-693 string_to_number(const char *s, int min, int max) Link Here
687
static int
687
static int
688
modprobe_ipvs(void)
688
modprobe_ipvs(void)
689
{
689
{
690
	char *argv[] = { "/sbin/modprobe", "-s", "-k", "--", "ip_vs", NULL };
690
	char *argv[] = { "/sbin/modprobe", "-s", "--", "ip_vs", NULL };
691
	int child;
691
	int child;
692
	int status;
692
	int status;
693
	int rc;
693
	int rc;
694
- 

Return to bug 403133