summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-20 22:06:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-20 22:06:21 +0000
commit8a7553abb47f11dfcb3addf8adb94bcb89c8aa6c (patch)
treec65661e693fe112424a7d9736467ca721e9f692e /etc/devd.conf
parent656a2feab27346b251e20767260d98b86e1691b1 (diff)
downloadpfsense-8a7553abb47f11dfcb3addf8adb94bcb89c8aa6c.zip
pfsense-8a7553abb47f11dfcb3addf8adb94bcb89c8aa6c.tar.gz
Switch to ISC-Dhclient. OpenBSD's dhclient is driving me bonkers.
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 847f6f5..d4ae827 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -11,18 +11,6 @@ options {
[0-9]+";
};
-# Handle ethernet linkup and linkdown
-notify 0 {
- match "type" "LINK_UP";
- media-type "ethernet";
- action "/bin/echo -n '$subsystem start ' >>/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 {
device-name "ukbd0";
OpenPOWER on IntegriCloud