summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-13 03:28:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-13 03:28:21 +0000
commita6abbd66613da63bd4bccef7b6c2128645a0b2e8 (patch)
tree582b4556d0c377292b136f36364472346975c8b8 /etc/devd.conf
parentd819989afb70a1b569674ee9d51e5aec004d308e (diff)
downloadpfsense-a6abbd66613da63bd4bccef7b6c2128645a0b2e8.zip
pfsense-a6abbd66613da63bd4bccef7b6c2128645a0b2e8.tar.gz
Move rc.linkup operations to check_reload_status to avoid race conditions.
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 47d7759..847f6f5 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -15,12 +15,12 @@ options {
notify 0 {
match "type" "LINK_UP";
media-type "ethernet";
- action "/bin/echo -n '$subsystem ' >>/tmp/rc.linkup";
+ action "/bin/echo -n '$subsystem start ' >>/tmp/rc.linkup";
};
notify 0 {
match "type" "LINK_DOWN";
media-type "ethernet";
- action "/bin/echo -n '$subsystem ' >>/tmp/rc.linkup";
+ action "/bin/echo -n '$subsystem stop ' >>/tmp/rc.linkup";
};
# When a USB keyboard arrives, attach it as the console keyboard.
OpenPOWER on IntegriCloud