From 39cacda29549e628b2f1ff134dd9f61933bce8e4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 25 Aug 2009 15:17:54 -0400 Subject: Add and use rc.carpup and rc.carpdown --- etc/devd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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 { -- cgit v1.1