summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
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