* Remove "modprobe af_packet". It's loaded automatically when needed.

svn path=/nixos/trunk/; revision=26277
This commit is contained in:
Eelco Dolstra 2011-03-11 13:57:48 +00:00
parent ee4e004cc4
commit 7205c31ea3

View File

@ -162,12 +162,10 @@ in
startOn = "stopped udevtrigger"; startOn = "stopped udevtrigger";
path = [ config.system.sbin.modprobe pkgs.iproute ]; path = [ pkgs.iproute ];
preStart = preStart =
'' ''
modprobe af_packet || true
${pkgs.lib.concatMapStrings (i: ${pkgs.lib.concatMapStrings (i:
if i.macAddress != "" then if i.macAddress != "" then
'' ''