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:
parent
e4d7c49050
commit
52e231b046
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user