projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbfec47
)
hotplug-preinit: remove superfluous `and`
author
John Crispin
<john@openwrt.org>
Fri, 26 Feb 2016 08:35:32 +0000
(08:35 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 26 Feb 2016 08:35:32 +0000
(08:35 +0000)
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 48795
package/system/procd/files/hotplug-preinit.json
patch
|
blob
|
history
diff --git
a/package/system/procd/files/hotplug-preinit.json
b/package/system/procd/files/hotplug-preinit.json
index 614b1047115b261ec74466b2de5303b4750dcfb4..58afc6c696ff546f0f5da20fb9fc131f1afbd77c 100644
(file)
--- a/
package/system/procd/files/hotplug-preinit.json
+++ b/
package/system/procd/files/hotplug-preinit.json
@@
-12,9
+12,7
@@
],
}, ],
[ "if",
- [ "and",
- [ "eq", "SUBSYSTEM", "button" ],
- ],
+ [ "eq", "SUBSYSTEM", "button" ],
[ "exec", "/etc/rc.button/failsafe" ]
],
]