1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

* 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";
path = [ config.system.sbin.modprobe pkgs.iproute ];
path = [ pkgs.iproute ];
preStart =
''
modprobe af_packet || true
${pkgs.lib.concatMapStrings (i:
if i.macAddress != "" then
''