* 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
1 changed files with 1 additions and 3 deletions

View File

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