From: Mantas Mikulėnas Date: Mon, 8 Sep 2014 19:53:39 +0000 (+0300) Subject: rules: net-setup-link - remove stray linebreak X-Git-Tag: v217~622 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=52e231b04635400292179cf51b30d7d9b6323fb2 rules: net-setup-link - remove stray linebreak If not backslash-escaped, it splits the rule in two. --- diff --git a/rules/80-net-setup-link.rules b/rules/80-net-setup-link.rules index 27c43b943..420769497 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"