Masato Taruishi
taru****@users*****
2004年 9月 22日 (水) 21:31:11 JST
=================================================================== RCS file: ultrapossum/module/failover/authkeys.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ultrapossum/module/failover/authkeys.sh 2004/04/02 02:34:09 1.3 +++ ultrapossum/module/failover/authkeys.sh 2004/09/22 12:31:11 1.4 @@ -26,11 +26,11 @@ key="sha1 $CREDENTIALS" if test -f $SYSCONFDIR/default.cf; then - . $SYSCONFDIR/default.cf + source_shell $SYSCONFDIR/default.cf fi if test -f default.cf; then - . default.cf + source_shell default.cf fi AUTHKEYSIN=$TEMPLATEDIR/authkeys.in =================================================================== RCS file: ultrapossum/module/failover/ha.cf.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ultrapossum/module/failover/ha.cf.sh 2004/04/02 02:34:09 1.3 +++ ultrapossum/module/failover/ha.cf.sh 2004/09/22 12:31:11 1.4 @@ -36,11 +36,11 @@ #watchdog="/dev/watchdog" if test -f $SYSCONFDIR/default.cf; then - . $SYSCONFDIR/default.cf + source_shell $SYSCONFDIR/default.cf fi if test -f default.cf; then - . default.cf + source_shell default.cf fi SUPPORTED_DIRECTIVE="logfile logfacility keepalive deadtime initdead hopfudge serial baud udpport udp mcast watchdog nice_failback"