]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/scripts/bacula-ctl-fd.in
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / bacula / scripts / bacula-ctl-fd.in
index 3393ce633bfad690f3d19f0a4cb185b9c97ff2d4..0032f0ba6077ffcd208d1e4ac224aa1d2a4df6e8 100644 (file)
@@ -1,5 +1,22 @@
 #! /bin/sh
 #
+#   Bacula(R) - The Network Backup Solution
+#
+#   Copyright (C) 2000-2016 Kern Sibbald
+#
+#   The original author of Bacula is Kern Sibbald, with contributions
+#   from many others, a complete list can be found in the file AUTHORS.
+#
+#   You may use this file and others of this release according to the
+#   license defined in the LICENSE file, which includes the Affero General
+#   Public License, v3.0 ("AGPLv3") and some additional permissions and
+#   terms pursuant to its AGPLv3 Section 7.
+#
+#   This notice must be preserved when any source code is 
+#   conveyed and/or propagated.
+#
+#   Bacula(R) is a registered trademark of Kern Sibbald.
+#
 # bacula-ctl-fd This shell script takes care of starting and stopping
 #              the bacula File daemon.
 #
@@ -220,7 +237,7 @@ case "$1" in
       # Stop the FD first so that SD will fail jobs and update catalog
       [ -x ${BACFDBIN}/bacula-fd ] && {
         echo "Stopping the $Bacula File daemon"
-        killproc ${BACFDBIN}/bacula-fd ${FD_PORT}
+        killproc ${BACFDBIN}/bacula-fd ${FD_PORT} $2
       }
       ;;