]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/regress-config
Tentative fix for missing digest signature in bug 807.
[bacula/bacula] / regress / scripts / regress-config
index a1a3f2b85f5bbaf591e0b30e55c72eee7abda7b9..6f8d9476712767dc514a3ee3a07063818f5b228b 100755 (executable)
@@ -7,6 +7,7 @@ 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 \
@@ -14,8 +15,12 @@ CFLAGS="-g -O2 -Wall" \
     --with-working-dir=$1/working \
     --with-dump-email=$2 \
     --with-job-email=$2 \
+    --with-smtp-host=$5 \
+    --with-db-name=regress \
+    --with-db-user=regress \
     $3 \
     --with-baseport=8101 \
-    --with-tcp-wrappers
+    $4 \
+    $6
 
 exit 0