]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/freebsd/tapetest.c
Change autostart install for FreeBSD to look for rc.conf
[bacula/bacula] / bacula / platforms / freebsd / tapetest.c
index d055ae9d2d95d1c3429523edf2a35023070c55b9..d3a5b1c479406a97ec903b9f729b78b2b5cd1fb0 100644 (file)
@@ -16,6 +16,7 @@
  *  rawfill
  *  rewind
  *  scan
+ *  quit
  *
  *  The output will be:
  * 
@@ -53,6 +54,7 @@
  *  rawfill
  *  rewind
  *  scan
+ *  quit
  *
  *  The output will be:
  *
@@ -73,7 +75,9 @@
  * ========
  *
  * which is incroorect because it wrote 17,926 blocks but read
- * back only 17,913 blocks.
+ * back only 17,913 blocks, AND because the return status on 
+ * the last block written was -1 when it should have been
+ * 0 (ie. stat=0 above).
  *
  *
  */