git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6641
91ce42f0-d328-0410-95d8-
f526ca767f89
# 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
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.2
General:
+20Mar08
+kes Fix mtx-changer.in for broken Debian mt program.
19Mar08
kes Massive commit of all fixes and back ports to create 2.2.9
18Mar08