summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-25 15:17:54 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-25 15:17:54 -0400
commit39cacda29549e628b2f1ff134dd9f61933bce8e4 (patch)
treebe78d1192cfc62cb0d860af9659267628028f004 /etc/devd.conf
parentb9ab1f26d4e45a8b614d69e73321839e581e0f4f (diff)
downloadpfsense-39cacda29549e628b2f1ff134dd9f61933bce8e4.zip
pfsense-39cacda29549e628b2f1ff134dd9f61933bce8e4.tar.gz
Add and use rc.carpup and rc.carpdown
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 3178fc2..134f026 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -17,14 +17,14 @@ notify 100 {
match "system" "IFNET";
match "type" "LINK_UP";
match "subsystem" "carp";
- action "/usr/local/bin/carpup $subsystem";
+ action "/etc/rc.carpup $subsystem";
};
notify 100 {
match "system" "IFNET";
match "type" "LINK_DOWN";
match "subsystem" "carp";
- action "/usr/local/bin/carpdown $subsystem";
+ action "/etc/rc.carpdown $subsystem";
};
#notify 0 {
OpenPOWER on IntegriCloud