]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Mon, 4 Jun 2007 07:05:07 +0000 (07:05 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 4 Jun 2007 07:05:07 +0000 (07:05 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4974 91ce42f0-d328-0410-95d8-f526ca767f89

regress/freebsd.conf
regress/kern.conf
regress/prototype.conf
regress/tests/sparse-encrypt-test

index 823eb9cbbfcf59cc89ae9eb8a5e5aa50c7541361..c1bbf968663e5ed5ad073f0563b480a06429a67e 100644 (file)
@@ -3,10 +3,11 @@
 BACULA_SOURCE="${HOME}/bacula/k"
 
 # Where to send email   !!!!! Change me !!!!!!!
-EMAIL=kern@sibbald.com
-SMTP_HOST="matou.sibbald.com"
+EMAIL=xxxx@domain.com
+SMTP_HOST="machine.domain.com"
 
 # Full "default" path where to find sqlite (no quotes!)
+SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
 
 TAPE_DRIVE="/dev/nsa0"
@@ -19,8 +20,10 @@ TAPE_DRIVE1="/dev/null"
 AUTOCHANGER_PATH="/usr/local/sbin/mtx"
 
 # Set your database here
-WHICHDB?="--with-sqlite=${SQLITE_DIR}"
-#WHICHDB="--with-mysql=${HOME}/mysql"
+#WHICHDB="--with-sqlite=${SQLITE_DIR}"
+#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
+WHICHDB="--with-mysql"
+#WHICHDB="--with-postgresql"
 
 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
 TCPWRAPPERS="--with-tcp-wrappers"
@@ -28,4 +31,8 @@ TCPWRAPPERS="--with-tcp-wrappers"
 # Set this to "" to disable OpenSSL support, "--with-openssl=yes"
 # to enable it, or provide the path to the OpenSSL installation,
 # eg "--with-openssl=/usr/local"
+#   
+# Note, you can also add any other (as many as you want) special   
+#  Bacula configuration options here, such as --disable-batch-insert
+#
 OPENSSL=""
index 19af1ba8c3f8340fd90997cbb602931002321426..71990b9f4900f11c2da3d4126d70aa1cad28a928 100644 (file)
@@ -3,7 +3,7 @@
 BACULA_SOURCE="${HOME}/bacula/k"
 
 # Where to send email   !!!!! Change me !!!!!!!
-EMAIL=kern@omally
+EMAIL=xxxx@omally
 SMTP_HOST="localhost"
 
 # Full "default" path where to find sqlite (no quotes!)
@@ -31,4 +31,8 @@ TCPWRAPPERS="--with-tcp-wrappers"
 # Set this to "" to disable OpenSSL support, "--with-openssl=yes"
 # to enable it, or provide the path to the OpenSSL installation,
 # eg "--with-openssl=/usr/local"
+#   
+# Note, you can also add any other (as many as you want) special   
+#  Bacula configuration options here, such as --disable-batch-insert
+#
 OPENSSL="--with-openssl"
index 035d911272053815bb5fab51d0d641da987a6191..eebf5943608eb98de56dbe6c02b4256869b54e70 100644 (file)
@@ -30,4 +30,8 @@ TCPWRAPPERS="--with-tcp-wrappers"
 # Set this to "" to disable OpenSSL support, "--with-openssl=yes"
 # to enable it, or provide the path to the OpenSSL installation,
 # eg "--with-openssl=/usr/local"
+#   
+# Note, you can also add any other (as many as you want) special   
+#  Bacula configuration options here, such as --disable-batch-insert
+#
 OPENSSL="--with-openssl"
index 1a504ce12724b04a7334248daccfbc21393a5a93..39f07b8782104954702c0d859a4505bac05209d6 100755 (executable)
@@ -18,6 +18,7 @@ if [ $? != 0 ]; then
 fi
 cd ${cwd}
 
+change_jobname SparseTest $JobName
 start_test
 
 cat <<END_OF_DATA >tmp/bconcmds