summaryrefslogtreecommitdiffstats
path: root/package/hotplug2-old/files/hotplug2.rules
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-11 01:20:55 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-11 01:20:55 +0000
commit8f0c0aaa4556410dd5f7cc1f9e77190d19e92a0e (patch)
treed0679d2732fb965582ceecbf8675f16a0805798d /package/hotplug2-old/files/hotplug2.rules
parent16d10a11704b787cd13e6370e9065a477f4e7d23 (diff)
remove hotplug2-old
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hotplug2-old/files/hotplug2.rules')
-rw-r--r--package/hotplug2-old/files/hotplug2.rules10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/hotplug2-old/files/hotplug2.rules b/package/hotplug2-old/files/hotplug2.rules
deleted file mode 100644
index ed9bd1113..000000000
--- a/package/hotplug2-old/files/hotplug2.rules
+++ /dev/null
@@ -1,10 +0,0 @@
-$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
-}