]> 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)
commit4cd366933e81266268f69441dc0ff5f305cb897d
treea99546f3c416833070dfb4e8767f8736fc8e298e
parent3ed2dca25497b477925b05d6fa3abd58ffe7f279
- 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