diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-02-01 16:37:53 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-02-01 16:37:53 +0000 |
commit | 824331a5943c0acfbb7b1fc95116c77092660f1e (patch) | |
tree | 46afa59e1229d17ea071ec170b4ca5a66ac44679 /package/base-files/files/etc/hotplug2-init.rules | |
parent | be8e23827ad7fb375bf4cd74c6e4eda994ab93f0 (diff) | |
download | mtk-20170518-824331a5943c0acfbb7b1fc95116c77092660f1e.zip mtk-20170518-824331a5943c0acfbb7b1fc95116c77092660f1e.tar.gz mtk-20170518-824331a5943c0acfbb7b1fc95116c77092660f1e.tar.bz2 |
hotplug2: Use stricter matching for rule regular expressions
SVN-Revision: 25282
Diffstat (limited to 'package/base-files/files/etc/hotplug2-init.rules')
-rw-r--r-- | package/base-files/files/etc/hotplug2-init.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/hotplug2-init.rules b/package/base-files/files/etc/hotplug2-init.rules index e7dd0ad..f011697 100644 --- a/package/base-files/files/etc/hotplug2-init.rules +++ b/package/base-files/files/etc/hotplug2-init.rules @@ -1,5 +1,5 @@ $include /etc/hotplug2-common.rules -SUBSYSTEM ~~ button { +SUBSYSTEM == button { exec kill -USR1 1 } |