Bug#619415: Patch for keepalived init.d script: probe required module

2011-04-04 Thread Dan Wallis
> Attached patch adds similar functionality to keepalived. > Alternatively, one could use a simpler "modprobe -q ip_vs || true" if > preferred. Would help if I actually attached the patch. :) --- /etc/init.d/keepalived.orig 2011-04-04 16:45:43.0 +1200 +++ /etc/init.d/keepalived 2011-04-04

Bug#619415: Patch for keepalived init.d script: probe required module

2011-04-04 Thread Dan Wallis
Okay, looking at some other init scripts, it seems the Debian way is for the init script to load the required modules. See acpid, avahi-daemon, bind9, binfmt-support, cups, fuse, loadcpufreq, lvm2, nfs-common... Attached patch adds similar functionality to keepalived. Alternatively, one could use