Masato Taruishi
taru****@sourc*****
2004年 6月 14日 (月) 18:17:53 JST
=================================================================== RCS file: ultrapossum/module/server/update-server,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ultrapossum/module/server/update-server 2004/06/01 08:00:50 1.35 +++ ultrapossum/module/server/update-server 2004/06/14 09:17:53 1.36 @@ -106,8 +106,8 @@ if ! test -d "$DIRECTORY"; then $MODULEDIR/server/createdb.sh else - index_new=`grep index $ULTRAPOSSUM_MASTER_SLAPD_CONF` - if test "x$ULTRAPOSSUM_INDEX" != "x$index_new"; then + index_old=`getvalue $DIRECTORY/ultrapossum-environ SLAPD_BACKEND_DB_TYPE` + if test "x$ULTRAPOSSUM_INDEX" != "x$index_old"; then if test "`$MODULEDIR/server/startup status`" = "running"; then echo "W: index configuration is changed while server is running" 1>&2 else