summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-07 19:36:53 +0000
committerErmal <eri@pfsense.org>2010-09-07 19:36:53 +0000
commit0ae6daf8342d8a07d33bf6677ce9a228530defac (patch)
tree11e06c8535944fa24ba9ee9f8fba8e6d42380a0b /etc/devd.conf
parent298e5e0ab913f32759805b5dc5ba204eb3795609 (diff)
downloadpfsense-0ae6daf8342d8a07d33bf6677ce9a228530defac.zip
pfsense-0ae6daf8342d8a07d33bf6677ce9a228530defac.tar.gz
Use the new events mechanisms to dispatch events.
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 da1f611..647de43 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -30,7 +30,7 @@ notify 100 {
#notify 0 {
# match "type" "LINK_DOWN";
# media-type "ethernet";
-# action "/bin/echo -n '$subsystem stop ' >>/tmp/rc.linkup";
+# action "/usr/local/sbin/pfSctl -c 'interface linkup stop $subsystem'";
#};
# When a USB keyboard arrives, attach it as the console keyboard.
@@ -54,7 +54,7 @@ notify 0 {
match "system" "IFNET";
match "type" "LINK_UP";
media-type "ethernet";
- action "/bin/echo -n '$subsystem start ' >>/tmp/rc.linkup";
+ action "/usr/local/sbin/pfSctl -c 'interface linkup start $subsystem'";
};
# Notify all users before beginning emergency shutdown when we get
OpenPOWER on IntegriCloud