[hotplug2] Removed extra ; in exec rule
authorhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Jun 2009 08:48:37 +0000 (08:48 +0000)
committerhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Jun 2009 08:48:37 +0000 (08:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16243 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/hotplug2-init.rules

index 429cdbb..e7dd0ad 100644 (file)
@@ -1,5 +1,5 @@
 $include /etc/hotplug2-common.rules
 
 SUBSYSTEM ~~ button {
 $include /etc/hotplug2-common.rules
 
 SUBSYSTEM ~~ button {
-       exec kill -USR1 1 ;
+       exec kill -USR1 1
 }
 }
This page took 0.026374 seconds and 4 git commands to generate.