Masato Taruishi
taru****@users*****
2004年 11月 3日 (水) 17:00:11 JST
=================================================================== RCS file: ultrapossum/module/failover/heartbeat/syncbackup,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- ultrapossum/module/failover/heartbeat/syncbackup 2004/09/28 14:22:54 1.5 +++ ultrapossum/module/failover/heartbeat/syncbackup 2004/11/03 08:00:11 1.5.2.1 @@ -26,7 +26,9 @@ source_shell $HA_DIR/shellfuncs stop () { - if test "x`ldapslave_status`" = "xstopped"; then + if test "x`ldapslave_status`" = "xstopped" && + test "$ultrapossum_server_startup" != "stop" + then ha_log "Info: $0: starting syncbackup slapd" ldapslave_start fi