summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-25 19:51:14 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-25 19:51:14 -0400
commit177f8e32e7c8bb35d1a306368eae6ef63a6f243b (patch)
treed9e5e4f0610e8eb27e0a6087737e00c5ba5dcc1a /etc
parent6eac9b90b35b219eb6f549c2ffb41108f491b8b4 (diff)
downloadpfsense-177f8e32e7c8bb35d1a306368eae6ef63a6f243b.zip
pfsense-177f8e32e7c8bb35d1a306368eae6ef63a6f243b.tar.gz
Change name to rc.carpmaster and rc.carpbackup
Diffstat (limited to 'etc')
-rw-r--r--etc/devd.conf4
-rwxr-xr-xetc/rc.carpbackup (renamed from etc/rc.carpdown)0
-rwxr-xr-xetc/rc.carpmaster (renamed from etc/rc.carpup)0
3 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 134f026..da1f611 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 "/etc/rc.carpup $subsystem";
+ action "/etc/rc.carpmaster $subsystem";
};
notify 100 {
match "system" "IFNET";
match "type" "LINK_DOWN";
match "subsystem" "carp";
- action "/etc/rc.carpdown $subsystem";
+ action "/etc/rc.carpbackup $subsystem";
};
#notify 0 {
diff --git a/etc/rc.carpdown b/etc/rc.carpbackup
index 68f4e2c..68f4e2c 100755
--- a/etc/rc.carpdown
+++ b/etc/rc.carpbackup
diff --git a/etc/rc.carpup b/etc/rc.carpmaster
index 5b85e03..5b85e03 100755
--- a/etc/rc.carpup
+++ b/etc/rc.carpmaster
OpenPOWER on IntegriCloud