aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2-old/files/hotplug2.rules
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-07-11 01:20:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-07-11 01:20:55 +0000
commit19ccf0862881c523da6ee72a388a07644f1bbcd8 (patch)
tree3a994158e29532d02b5c566560a798e05c5298be /package/hotplug2-old/files/hotplug2.rules
parentec07b537ee8c35070d1354722bf4932f81a36dd7 (diff)
downloadupstream-19ccf0862881c523da6ee72a388a07644f1bbcd8.tar.gz
upstream-19ccf0862881c523da6ee72a388a07644f1bbcd8.tar.bz2
upstream-19ccf0862881c523da6ee72a388a07644f1bbcd8.zip
remove hotplug2-old
SVN-Revision: 16769
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 ed9bd11131..0000000000
--- 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
-}