[Ultrapossum-cvs 1137] ultrapossum/module/server 1.32.2.1, 1.32.2.2, createdb.sh

アーカイブの一覧に戻る

Masato Taruishi taru****@users*****
2004年 11月 19日 (金) 21:26:15 JST


===================================================================
RCS file: ultrapossum/module/server/createdb.sh,v
retrieving revision 1.32.2.1
retrieving revision 1.32.2.2
diff -u -r1.32.2.1 -r1.32.2.2
--- ultrapossum/module/server/createdb.sh	2004/11/15 06:49:55	1.32.2.1
+++ ultrapossum/module/server/createdb.sh	2004/11/19 12:26:15	1.32.2.2
@@ -44,6 +44,14 @@
 
 create_environ
 
+if test "x$HOST" != "x$MASTER" && include "$HOST" "$SYNCBACKUPS"; then
+  exit 0
+fi
+
+if include "$HOST" "$SYNCREPLS"; then
+  exit 0
+fi
+
 # FIXME: split this to backend management module
 createdb_bdb_cachesize=${createdb_bdb_cachesize:-64000000}
 case "$SLAPD_BACKEND_DB_TYPE" in
@@ -55,14 +63,6 @@
 EOF
   ;;
 esac
-
-if test "x$HOST" != "x$MASTER" && include "$HOST" "$SYNCBACKUPS"; then
-  exit 0
-fi
-
-if include "$HOST" "$SYNCREPLS"; then
-  exit 0
-fi
 
 format=ldif
 if test "x$2" != "x"; then



Ultrapossum-cvs メーリングリストの案内
アーカイブの一覧に戻る