aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2/files
diff options
context:
space:
mode:
authorJames <>2013-03-17 12:16:37 +0000
committerJames <>2013-03-17 12:16:37 +0000
commit27b76ab0671089c47506615a796a261e993896a7 (patch)
tree61213d67e7fa87b20356b23798558e2c4212c42f /package/hotplug2/files
downloadtrunk-36060-master.tar.gz
trunk-36060-master.tar.bz2
trunk-36060-master.zip
Diffstat (limited to 'package/hotplug2/files')
-rw-r--r--package/hotplug2/files/.svn/entries62
-rw-r--r--package/hotplug2/files/.svn/text-base/hotplug2.rules.svn-base10
-rw-r--r--package/hotplug2/files/hotplug2.rules10
3 files changed, 82 insertions, 0 deletions
diff --git a/package/hotplug2/files/.svn/entries b/package/hotplug2/files/.svn/entries
new file mode 100644
index 0000000..2d6ae73
--- /dev/null
+++ b/package/hotplug2/files/.svn/entries
@@ -0,0 +1,62 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/package/hotplug2/files
+svn://svn.openwrt.org/openwrt
+
+
+
+2011-11-05T17:16:01.653535Z
+28768
+nbd
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+hotplug2.rules
+file
+
+
+
+
+2013-03-17T12:13:21.000000Z
+d4975ba71cf50d3d3c286b0de0f0929a
+2011-11-05T17:16:01.653535Z
+28768
+nbd
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+242
+
diff --git a/package/hotplug2/files/.svn/text-base/hotplug2.rules.svn-base b/package/hotplug2/files/.svn/text-base/hotplug2.rules.svn-base
new file mode 100644
index 0000000..246cc3a
--- /dev/null
+++ b/package/hotplug2/files/.svn/text-base/hotplug2.rules.svn-base
@@ -0,0 +1,10 @@
+$include /etc/hotplug2-common.rules
+
+SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
+ exec /sbin/hotplug-call %SUBSYSTEM%
+}
+
+DEVICENAME == watchdog {
+ exec /sbin/watchdog -t 5 /dev/watchdog
+ next-event
+}
diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules
new file mode 100644
index 0000000..246cc3a
--- /dev/null
+++ b/package/hotplug2/files/hotplug2.rules
@@ -0,0 +1,10 @@
+$include /etc/hotplug2-common.rules
+
+SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
+ exec /sbin/hotplug-call %SUBSYSTEM%
+}
+
+DEVICENAME == watchdog {
+ exec /sbin/watchdog -t 5 /dev/watchdog
+ next-event
+}