]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Fri, 19 Aug 2005 12:55:41 +0000 (12:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 19 Aug 2005 12:55:41 +0000 (12:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2338 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/bacula-dir-win32-tape.conf
regress/tests/two-volume-tape

index 84898c71900135d35a166d87becf132a38ff7ba3..a54de6b4b2157bf575fbc8942831f226ea0fef79 100644 (file)
@@ -13,7 +13,7 @@
 #
 
 Director {                            # define myself
-  Name = roxie-dir
+  Name = rufus-dir
   DIRport = 8101                # where we listen for UA connections
   QueryFile = "/home/kern/bacula/regress/bin/query.sql"
   WorkingDirectory = "/home/kern/bacula/regress/working"
index f6fdd9daeb0aad507d1756dd0eae33b6d1edbba7..fc7d9fa15a27fe1b218ead5a5d4e10913c9698f4 100755 (executable)
@@ -5,7 +5,7 @@
 #  Note, this test simulates the tape filling and writing to
 #   the next tape.
 #
-debug=1
+debug=0
 if test "$debug" -eq 1 ; then
   out="tee"
 else