From 177f8e32e7c8bb35d1a306368eae6ef63a6f243b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 25 Aug 2009 19:51:14 -0400 Subject: Change name to rc.carpmaster and rc.carpbackup --- etc/devd.conf | 4 ++-- etc/rc.carpbackup | 41 +++++++++++++++++++++++++++++++++++++++++ etc/rc.carpdown | 41 ----------------------------------------- etc/rc.carpmaster | 41 +++++++++++++++++++++++++++++++++++++++++ etc/rc.carpup | 41 ----------------------------------------- 5 files changed, 84 insertions(+), 84 deletions(-) create mode 100755 etc/rc.carpbackup delete mode 100755 etc/rc.carpdown create mode 100755 etc/rc.carpmaster delete mode 100755 etc/rc.carpup (limited to 'etc') 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.carpbackup b/etc/rc.carpbackup new file mode 100755 index 0000000..68f4e2c --- /dev/null +++ b/etc/rc.carpbackup @@ -0,0 +1,41 @@ +#!/usr/local/bin/php -f + \ No newline at end of file diff --git a/etc/rc.carpdown b/etc/rc.carpdown deleted file mode 100755 index 68f4e2c..0000000 --- a/etc/rc.carpdown +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/local/bin/php -f - \ No newline at end of file diff --git a/etc/rc.carpmaster b/etc/rc.carpmaster new file mode 100755 index 0000000..5b85e03 --- /dev/null +++ b/etc/rc.carpmaster @@ -0,0 +1,41 @@ +#!/usr/local/bin/php -f + \ No newline at end of file diff --git a/etc/rc.carpup b/etc/rc.carpup deleted file mode 100755 index 5b85e03..0000000 --- a/etc/rc.carpup +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/local/bin/php -f - \ No newline at end of file -- cgit v1.1