Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1494468
 поиск   регистрация   авторизация 
 
Группа :: Система/Серверы
Пакет: openldap

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: openldap-2.1.20-ALT-test-dinamic-modules.patch


--- ../BUILD/openldap-2.1.20.orig/tests/scripts/test000-rootdse	2002-09-24 04:05:01 +0400
+++ ../BUILD/openldap-2.1.20/tests/scripts/test000-rootdse	2003-05-23 11:30:42 +0400
@@ -1,23 +1,13 @@
 #! /bin/sh
 # $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.9.2.5 2002/09/24 00:05:01 kurt Exp $
 
+set -x
 SRCDIR="."
 if test $# -ge 1 ; then
 	SRCDIR=$1; shift
 fi
-BACKEND=bdb
-if test $# -ge 1 ; then
-	BACKEND=$1; shift
-fi
-MONITORDB=no
-if test $# -ge 1 ; then
-	MONITORDB=$1; shift
-fi
 
-WAIT=0
-if test $# -ge 1 ; then
-	WAIT=1; shift
-fi
+. $SRCDIR/scripts/args.sh
 
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
design & coding: Vladimir Lettiev aka crux © 2004-2005