Masato Taruishi
taru****@sourc*****
2004年 7月 3日 (土) 20:27:01 JST
=================================================================== RCS file: ultrapossum/module/server/2.0,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ultrapossum/module/server/2.0 2004/06/18 02:51:53 1.17 +++ ultrapossum/module/server/2.0 2004/07/03 11:27:01 1.18 @@ -23,7 +23,9 @@ ldapmaster_start() { # we kill slave slapd - if test `ldapslave_status` = "running"; then ldapslave_stop; fi + if test `ldapslave_status` = "running"; then + echo -n "(stopping "; ldapslave_stop; echo -n ")" + fi # now we will attempt to start as a master if ! $SLAPD -h "$SLAPDURILIST" -f $SLAPDMASTERCONF $SLAPD_EXTRA_ARGS; then