]> 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 2fa59ffbcd9cc7ee0fbf13b530724eff8a6ed62c..6f8d9476712767dc514a3ee3a07063818f5b228b 100755 (executable)
@@ -16,8 +16,11 @@ CFLAGS="-g -O2 -Wall" \
     --with-dump-email=$2 \
     --with-job-email=$2 \
     --with-smtp-host=$5 \
+    --with-db-name=regress \
+    --with-db-user=regress \
     $3 \
     --with-baseport=8101 \
-    $4
+    $4 \
+    $6
 
 exit 0