]> git.sur5r.net Git - bacula/bacula/commit
- Modified ANSI label code to preserve any ANSI label
authorKern Sibbald <kern@sibbald.com>
Wed, 9 Feb 2005 14:40:03 +0000 (14:40 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 9 Feb 2005 14:40:03 +0000 (14:40 +0000)
commita5fc60132e4ed7a74d74044730e173deae1a24d2
tree9a062ec9ccadf0138b4d5875f1b74fd4ad0fad2e
parent6e8d1ce25ab5081465d20f17a6b2310ad661e832
- Modified ANSI label code to preserve any ANSI label
  already found by skipping over it rather than rewriting
  it.
- Split the ANSI label code into ansi_label.c
- Do not let user relabel an ANSI labeled tape.
- Applied a patch for the console help command supplied
  in a bug report.
- Added some new dev methods. Most notably was
  set_eof(), which handles setting all the dev variables
  when an EOF is just read. This is now used most everywhere
  in the code.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1820 91ce42f0-d328-0410-95d8-f526ca767f89
17 files changed:
bacula/examples/python/NewVolume.py
bacula/kernstodo
bacula/src/.cvsignore
bacula/src/cats/cats.h
bacula/src/dird/ua_cmds.c
bacula/src/stored/Makefile.in
bacula/src/stored/ansi_label.c [new file with mode: 0644]
bacula/src/stored/block.c
bacula/src/stored/bscan.c
bacula/src/stored/dev.c
bacula/src/stored/dev.h
bacula/src/stored/dircmd.c
bacula/src/stored/label.c
bacula/src/stored/mount.c
bacula/src/stored/protos.h
bacula/src/stored/record.h
bacula/src/version.h