projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ebc3e1
)
Fix a bug of setting heartbeat_destination parameter
V3_3_0_RC1
author
Yugo Nagata
<nagata@sraoss.co.jp>
Thu, 25 Jul 2013 08:19:03 +0000
(17:19 +0900)
committer
Yugo Nagata
<nagata@sraoss.co.jp>
Thu, 25 Jul 2013 08:19:03 +0000
(17:19 +0900)
redhat/rpm_installer/install.sh
patch
|
blob
|
blame
|
history
diff --git
a/redhat/rpm_installer/install.sh
b/redhat/rpm_installer/install.sh
index e29f34027a483a66b7c40c150feb8068eac1a443..4d82d519128ce7b99216cb446cd6662c1fd90210 100755
(executable)
--- a/
redhat/rpm_installer/install.sh
+++ b/
redhat/rpm_installer/install.sh
@@
-390,9
+390,9
@@
function setWatchdog()
break
;;
esac
- writePgpoolParam wd_lifecheck_method $REPLY
- WATCHDOG_METHOD=$REPLY
done
+ writePgpoolParam wd_lifecheck_method $REPLY
+ WATCHDOG_METHOD=$REPLY
case $WATCHDOG_METHOD in
heartbeat)