summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorMantas Mikulėnas <grawity@gmail.com>2014-09-08 22:53:39 +0300
committerTom Gundersen <teg@jklm.no>2014-09-08 22:03:17 +0200
commit52e231b04635400292179cf51b30d7d9b6323fb2 (patch)
tree2ddc8a4fe6bae2972dcfd2020746734a7b729487 /rules
parente4d7c49050769877c7f10184bbe2a1e77d0b5333 (diff)
rules: net-setup-link - remove stray linebreak
If not backslash-escaped, it splits the rule in two.
Diffstat (limited to 'rules')
-rw-r--r--rules/80-net-setup-link.rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/80-net-setup-link.rules b/rules/80-net-setup-link.rules
index 27c43b9437..420769497f 100644
--- a/rules/80-net-setup-link.rules
+++ b/rules/80-net-setup-link.rules
@@ -4,8 +4,7 @@ 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=="move", IMPORT{db}="ID_NET_DRIVER", IMPORT{db}="ID_NET_LINK_FILE", IMPORT{db}="ID_NET_NAME"
ACTION!="add", GOTO="net_setup_link_end"