summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-12-15 20:41:20 +0000
committerErmal <eri@pfsense.org>2013-12-15 20:41:20 +0000
commit1c3d2cd32ea082b51a56b1c99caf378771c7ce26 (patch)
tree57be3a509dcd14a4c106de80c6d1b548e22c3b95 /etc
parent1590947b561a6a68915b7fc6ff2bc7961aae696f (diff)
downloadpfsense-1c3d2cd32ea082b51a56b1c99caf378771c7ce26.zip
pfsense-1c3d2cd32ea082b51a56b1c99caf378771c7ce26.tar.gz
Send events to check_reload_status for carp master/backup
Diffstat (limited to 'etc')
-rw-r--r--etc/devd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index c84b774..c0a2b2a 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -16,13 +16,13 @@ options {
notify 100 {
match "system" "CARP";
match "type" "MASTER";
- action "/etc/rc.carpmaster $subsystem";
+ action "/usr/local/sbin/pfSctl -c 'interface carpmaster $subsystem'";
};
notify 100 {
match "system" "CARP";
match "type" "BACKUP";
- action "/etc/rc.carpbackup $subsystem";
+ action "/usr/local/sbin/pfSctl -c 'interface carpbackup $subsystem'";
};
# When a USB keyboard arrives, attach it as the console keyboard.
OpenPOWER on IntegriCloud