# SunOS No Additional Sense
# FreeBSD Current Driver State: at rest.
# Linux ONLINE
+# Note Debian has messed up their mt. When no tape is in the
+# drive it waits 2 minutes. When a tape is in the drive, it
+# prints user unfriendly output.
+#
OS=`uname`
case ${OS} in
SunOS)
ready="No Additional Sense"
- # Sun sed/awk etc are not sufficient, working versions are in /usr/xpg4/bin
- export PATH="/usr/local/sbin:/usr/local/bin:/usr/sfw/bin:/usr/xpg4/bin:/usr/bin"
;;
FreeBSD)
ready="Current Driver State: at rest."
;;
- *)
- ready="ONLINE"
+ Linux)
+ if test -e /etc/debian_version ; then
+ ready="drive status"
+ else
+ ready="ONLINE"
+ fi
;;
esac
Technical notes on version 2.3
+New features (buried):
+TLS authentication
+bextract Win32 data
+Run afterVSS
+Multiple command/console per runscript
+console command
+Bat API
+Plugin API
+State file updated on job term
+PluginOptions
+FD Version
+Duplicate Job directives
+MaxFullInterval
+MaxDiffInterval
+Honor nodump flag
+Improved status commands for Bat
+Spooling/despooling status
+Implement ftruncate for NFS devices
+
+
General:
+20Mar08
+kes Fix mtx-changer.in for broken Debian mt program.
19Mar08
kes Fix large number of JobMedia records reported by Eric Bollengier.
18Mar08