diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-07-11 01:20:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-07-11 01:20:55 +0000 |
commit | 19ccf0862881c523da6ee72a388a07644f1bbcd8 (patch) | |
tree | 3a994158e29532d02b5c566560a798e05c5298be /package/hotplug2-old/files/hotplug2.rules | |
parent | ec07b537ee8c35070d1354722bf4932f81a36dd7 (diff) | |
download | upstream-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.rules | 10 |
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 -} |