2
0
forked from Ivasoft/openwrt

hotplug2: Use stricter matching for rule regular expressions

SVN-Revision: 25282
This commit is contained in:
Vasilis Tsiligiannis
2011-02-01 16:37:53 +00:00
parent be8e23827a
commit 824331a594
4 changed files with 12 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
$include /etc/hotplug2-common.rules
SUBSYSTEM ~~ button {
SUBSYSTEM == button {
exec kill -USR1 1
}