X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhotplug2%2Ffiles%2Fhotplug2.rules;h=8ad81033a7cf214c15a32ebc72c7e1e8ca90daec;hb=fd838e9faf163d384de49efde4a2358e488dcd67;hp=ed9bd11131402bed61f19615ed1eae4ffb3cea83;hpb=27792506a45ee30e3cc7854786594481b0f8459b;p=openwrt-10.03%2F.git diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index ed9bd1113..8ad81033a 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -1,10 +1,10 @@ $include /etc/hotplug2-common.rules -SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block|atm) { - exec /sbin/hotplug-call %SUBSYSTEM%; +SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block) { + exec /sbin/hotplug-call %SUBSYSTEM% } DEVICENAME ~~ (watchdog) { - exec /sbin/watchdog -t 5 /dev/watchdog; + exec /sbin/watchdog -t 5 /dev/watchdog next }