summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Goerzen <jgoerzen@complete.org>2009-05-06 08:49:23 -0500
committerJohn Goerzen <jgoerzen@complete.org>2009-05-06 08:49:23 -0500
commit0e4c5677a3b292a69bb882f5b0952349a4434f8c (patch)
treee2d839c82ce8f7e855584b5535c4d18786b4e88c /scripts
parentc325d924e5f2aa6a9e8f064ad6aec077b13d1d53 (diff)
Imported Upstream version 3.0.1
Diffstat (limited to 'scripts')
-rw-r--r--scripts/disk-changer.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/disk-changer.in b/scripts/disk-changer.in
index a7cd3647..35a2f784 100644
--- a/scripts/disk-changer.in
+++ b/scripts/disk-changer.in
@@ -4,7 +4,7 @@
#
# Written by Kern Sibbald
#
-# Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+# Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
#
# The main author of Bacula is Kern Sibbald, with contributions from
# many others, a complete list can be found in the file AUTHORS.
@@ -23,13 +23,13 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#
-# Bacula® is a registered trademark of John Walker.
+# Bacula® is a registered trademark of Kern Sibbald.
# The licensor of Bacula is the Free Software Foundation Europe
# (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
# Switzerland, email:ftf@fsfeurope.org.
#
#
-# $Id: disk-changer.in 7144 2008-06-15 11:55:08Z ricozz $
+# $Id: disk-changer.in 8744 2009-04-21 13:00:16Z kerns $
#
# If you set in your Device resource
#
@@ -225,8 +225,8 @@ case $cmd in
done
# check if slot exists
if [ ! -f $dir/slot${slot} ] ; then
- echo "source Element Address $slot is Empty"
- exit 1
+ echo "source Element Address $slot is Empty"
+ exit 1
fi
if [ -f $dir/loaded${drive} ]; then
ld=`cat $dir/loaded${drive}`