releng: Fix 81-dhcpcd.rules

Commit a526d961f8 broke this rule for virtio and other
devices where no ID_NET_* is exported.
This commit is contained in:
Thomas Bächler 2014-02-01 09:55:32 +01:00
parent 85b8b5d5e2
commit 4f4120be22

View File

@ -1 +1 @@
ACTION=="add", SUBSYSTEM=="net", NAME=="en*|eth*", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service"
ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="en*|eth*", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service"