[Ultrapossum-cvs 1183] ultrapossum/module/server 1.32.2.3, 1.32.2.4, createdb.sh

Back to archive index

Masato Taruishi taru****@users*****
2005年 1月 26日 (水) 13:19:59 JST


===================================================================
RCS file: ultrapossum/module/server/createdb.sh,v
retrieving revision 1.32.2.3
retrieving revision 1.32.2.4
diff -u -r1.32.2.3 -r1.32.2.4
--- ultrapossum/module/server/createdb.sh	2005/01/25 14:28:55	1.32.2.3
+++ ultrapossum/module/server/createdb.sh	2005/01/26 04:19:59	1.32.2.4
@@ -131,20 +131,6 @@
  fi
 fi
 
-if test "x$HOST" = "x$MASTER"; then
-  case "$SLAPD_MAJOR_VERSION" in
-    2.0|2.1)
-      :
-    ;;
-    *)
-      SLAPADD_EXTRA_ARGS="$SLAPADD_EXTRA_ARGS -p"
-      if test "x$1" != "xrestore"; then
-        SLAPADD_EXTRA_ARGS="$SLAPADD_EXTRA_ARGS -w"
-      fi
-    ;;
-  esac
-fi
-
 echo -n "Creating Initial Directory in $CHROOTDIRECTORY$DIRECTORY... " 1>&2
 if $SLAPADD -b $SUFFIX -f $SLAPDCONF $SLAPADD_EXTRA_ARGS < $ldiffile; then
   echo "done" 1>&2



Ultrapossum-cvs メーリングリストの案内
Back to archive index