]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/regress-config
Add updates
[bacula/bacula] / regress / scripts / regress-config
index 55c8e4c73351fc9f9858267fd8f2b7c4643d36f8..7ef93d84b0231fac4d181e789de1ac5d9ff99127 100755 (executable)
@@ -11,11 +11,11 @@ CFLAGS="-g -O2 -Wall" \
     --with-subsys-dir=$1/working \
     --enable-smartalloc \
     --disable-readline \
-    $4 \
     --with-working-dir=$1/working \
-    --with-dump-email=$3 \
-    --with-job-email=$3 \
+    --with-dump-email=$2 \
+    --with-job-email=$2 \
+    $3 \
     --with-baseport=8101 \
-       --with-tcp-wrappers
+    $4
 
 exit 0