Masato Taruishi
taru****@users*****
2004年 9月 25日 (土) 11:55:27 JST
=================================================================== RCS file: ultrapossum/module/failover/ha.cf.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ultrapossum/module/failover/ha.cf.sh 2004/09/22 12:31:11 1.4 +++ ultrapossum/module/failover/ha.cf.sh 2004/09/25 02:55:27 1.5 @@ -22,6 +22,7 @@ eval `ultrapossum-config init` # System level default +#debugfile="/var/log/ha-debug" #logfile="/var/log/ha-log" #logfacility="local0" #keepalive="2" @@ -34,6 +35,8 @@ #udp="eth0" #mcast="eth0 225.0.0.1 694 1 1" #watchdog="/dev/watchdog" +#nice_failback="" +#auto_failback="" if test -f $SYSCONFDIR/default.cf; then source_shell $SYSCONFDIR/default.cf @@ -43,7 +46,7 @@ source_shell default.cf fi -SUPPORTED_DIRECTIVE="logfile logfacility keepalive deadtime initdead hopfudge serial baud udpport udp mcast watchdog nice_failback" +SUPPORTED_DIRECTIVE="debugfile logfile logfacility keepalive deadtime initdead hopfudge serial baud udpport udp mcast watchdog nice_failback auto_failback" HACFIN=$TEMPLATEDIR/ha.cf.in if test -f "ha.cf.in"; then HACFIN=ha.cf.in