This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
bc8fe9b40f
openwrt
/
package
/
base-files
/
files
/
etc
/
hotplug2-init.rules
6 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor hotplug2 rules, make sure that the default button rule is only used during the init (should fix #2772) SVN-Revision: 9644
2007-12-02 01:08:04 +08:00
$include /etc/hotplug2-common.rules
hotplug2 update - include hotplug2-init.rules from hotplug2.rules, fix permissions of various devices (fixes #2052) SVN-Revision: 7892
2007-07-09 08:13:47 +08:00
hotplug2: Use stricter matching for rule regular expressions SVN-Revision: 25282
2011-02-02 00:37:53 +08:00
SUBSYSTEM == button {
Removed extra ; in exec rule SVN-Revision: 16243
2009-06-01 16:48:37 +08:00
exec kill -USR1 1
move parts of the failsafe code to the generic base-files - will be used on atheros as well as soon as i've added support for it SVN-Revision: 7810
2007-07-01 05:09:02 +08:00
}
Reference in New Issue
Copy Permalink