summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorMantas Mikulėnas <grawity@gmail.com>2014-09-08 22:53:39 +0300
committerAnthony G. Basile <blueness@gentoo.org>2014-09-10 21:06:17 -0400
commite950313484a7ad0db73fcd16be6eab0bdee94204 (patch)
tree0c03b921137b63d989674abe573959b402d0fa6d /rules
parent30a0c571a932a890cd9268f4f8ba215ba191ee05 (diff)
rules: net-setup-link - remove stray linebreak
If not backslash-escaped, it splits the rule in two. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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"