]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Thu, 19 Jun 2008 19:42:34 +0000 (19:42 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 19 Jun 2008 19:42:34 +0000 (19:42 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7185 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/regress-config [deleted file]

diff --git a/regress/scripts/regress-config b/regress/scripts/regress-config
deleted file mode 100755 (executable)
index 60a7ddd..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-#
-# This is the configuration script for regression testing
-#
-
-. ${1}/config
-if test "x" = "x"; then
-  PASSWD=
-else
-  PASSWO="--with-db-password=\"\""
-fi
-
-CFLAGS="-g -O2 -Wall" \
- ./configure \
-    --sbindir=${1}/bin \
-    --sysconfdir=${1}/bin \
-    --mandir=${1}/bin \
-    --with-pid-dir=${1}/working \
-    --with-subsys-dir=${1}/working \
-    --enable-smartalloc \
-    --disable-readline \
-    --with-working-dir=${1}/working \
-    --with-archivedir=${1}/tmp \
-    --with-dump-email=${EMAIL} \
-    --with-job-email=${EMAIL} \
-    --with-smtp-host=${SMTP_HOST} \
-    --with-db-name=regress \
-    --with-db-user=regress \
-    ${PASSWD} \
-    ${OPENSSL} \
-    ${TCPWRAPPERS} \
-    ${WHICHDB} \
-    --with-baseport=${BASEPORT}
-
-exit 0