summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-14 05:49:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-14 05:49:33 +0000
commit4251668361f51c4280c3508849e8d06fd36242b0 (patch)
tree046ccd81f1457766f3a1af46f4f83e974c5127d9 /etc/devd.conf
parenta68bde0b3e7e712504a6fe6854c7b54127be91be (diff)
downloadpfsense-4251668361f51c4280c3508849e8d06fd36242b0.zip
pfsense-4251668361f51c4280c3508849e8d06fd36242b0.tar.gz
Do not process link down events. we may revert this but lets let Scott test.
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 3ad73ad..80f527d 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -11,11 +11,11 @@ options {
[0-9]+";
};
-notify 0 {
- match "type" "LINK_DOWN";
- media-type "ethernet";
- action "/bin/echo -n '$subsystem stop ' >>/tmp/rc.linkup";
-};
+#notify 0 {
+# match "type" "LINK_DOWN";
+# media-type "ethernet";
+# action "/bin/echo -n '$subsystem stop ' >>/tmp/rc.linkup";
+#};
# When a USB keyboard arrives, attach it as the console keyboard.
attach 100 {
OpenPOWER on IntegriCloud