From 4251668361f51c4280c3508849e8d06fd36242b0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 14 Feb 2007 05:49:33 +0000 Subject: Do not process link down events. we may revert this but lets let Scott test. --- etc/devd.conf | 10 +++++----- 1 file 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 { -- cgit v1.1