1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

rules: net-setup-link - remove stray linebreak

If not backslash-escaped, it splits the rule in two.
This commit is contained in:
Mantas Mikulėnas 2014-09-08 22:53:39 +03:00 committed by Tom Gundersen
parent e4d7c49050
commit 52e231b046

View File

@ -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"