projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00e2b1d
)
Removed extra ; in exec rule
author
Hamish Guthrie
<hcg@openwrt.org>
Mon, 1 Jun 2009 08:48:37 +0000
(08:48 +0000)
committer
Hamish Guthrie
<hcg@openwrt.org>
Mon, 1 Jun 2009 08:48:37 +0000
(08:48 +0000)
SVN-Revision: 16243
package/base-files/files/etc/hotplug2-init.rules
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/hotplug2-init.rules
b/package/base-files/files/etc/hotplug2-init.rules
index 429cdbbe162d7ea28b67ec6c7e9b09ba0a2bc5dd..e7dd0add3b144ef35bf7001f0e591228784fc832 100644
(file)
--- 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 {
- exec kill -USR1 1
;
+ exec kill -USR1 1
}