diff options
author | Tom Gundersen <teg@jklm.no> | 2014-09-09 12:23:19 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-09-10 21:30:25 -0400 |
commit | 405bccb70b51075261b140ad7183cc72a2b1a82e (patch) | |
tree | b8614f8b1bb20965cdf625614ab4b4e4a8865d0e /rules | |
parent | 89f2848567ec16e019db4309cef0ebcd9a6c5196 (diff) |
udev: import the full db on MOVE events for devices without dev_t
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules')
-rw-r--r-- | rules/80-net-setup-link.rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/80-net-setup-link.rules b/rules/80-net-setup-link.rules index 420769497f..6e411a91f0 100644 --- a/rules/80-net-setup-link.rules +++ b/rules/80-net-setup-link.rules @@ -4,8 +4,6 @@ SUBSYSTEM!="net", GOTO="net_setup_link_end" IMPORT{builtin}="path_id" -ACTION=="move", IMPORT{db}="ID_NET_DRIVER", IMPORT{db}="ID_NET_LINK_FILE", IMPORT{db}="ID_NET_NAME" - ACTION!="add", GOTO="net_setup_link_end" IMPORT{builtin}="net_setup_link" |