[pkg-bacula-commits] [bacula] 01/09: Fix check for ucf in postrm template (Closes: #837333)

Carsten Leonhardt leo at moszumanska.debian.org
Sun Sep 11 19:59:08 UTC 2016


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

leo pushed a commit to branch master
in repository bacula.

commit f3f77054c7a0d9dc04d0bd4bc7b4c7c429c5c413
Author: Carsten Leonhardt <leo at debian.org>
Date:   Sun Sep 11 13:06:46 2016 +0200

    Fix check for ucf in postrm template (Closes: #837333)
---
 debian/changelog               | 7 +++++--
 debian/scripts/template.postrm | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d77fc44..72cfa9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-bacula (7.4.3+dfsg-6) UNRELEASED; urgency=medium
+bacula (7.4.3+dfsg-6) unstable; urgency=low
 
   [Sven Hartge]
   * Fix boot dependencies of bacula-dir.service to be on par with
     the SysV init-script.
 
- -- 
+  [Carsten Leonhardt]
+  * Fix check for ucf in postrm template (Closes: #837333)
+
+ --
 
 bacula (7.4.3+dfsg-5) unstable; urgency=low
 
diff --git a/debian/scripts/template.postrm b/debian/scripts/template.postrm
index e81adab..0dc361b 100644
--- a/debian/scripts/template.postrm
+++ b/debian/scripts/template.postrm
@@ -33,7 +33,7 @@ purge_ucf_conf() {
     shift
 
     purge_conf $@
-    if [ -x `which ucf` ]; then
+    if [ -x "`which ucf`" ]; then
 	for file in $@; do
 	    ucf --purge $file
 	    ucfr --purge $package $file

-- 
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