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