[pkg-bacula-commits] [bacula] 28/35: Fix a syntax error in example script

Carsten Leonhardt leo at moszumanska.debian.org
Wed Jul 20 10:21:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to tag development/2011-04-29
in repository bacula.

commit fca1b8339ebe2b7c7f143fc23d75cbee2d479ed3
Author: Jan Hauke Rahm <jhr at debian.org>
Date:   Fri Apr 29 00:11:02 2011 +0200

    Fix a syntax error in example script
---
 debian/patches/fix-example-script-syntax | 11 +++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/fix-example-script-syntax b/debian/patches/fix-example-script-syntax
new file mode 100644
index 0000000..2b8e564
--- /dev/null
+++ b/debian/patches/fix-example-script-syntax
@@ -0,0 +1,11 @@
+--- a/examples/autochangers/locking-mtx-changer
++++ b/examples/autochangers/locking-mtx-changer
+@@ -61,7 +61,7 @@
+     done
+ }
+ 
+-LOCKFILE="${LOCKDIR}/mtx-changer:`echo $ctl | tr / _'"
++LOCKFILE="${LOCKDIR}/mtx-changer:`echo $ctl | tr / _`"
+ 
+ changer_lock() {
+     echo "$$" >$LOCKFILE.$$
diff --git a/debian/patches/series b/debian/patches/series
index eea8eed..6799749 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ fix-default-config
 fix-sql-bindir
 remove-use-statement-for-mysql
 fix-mysql-upgrade
+fix-example-script-syntax

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list