[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.2.6+dfsg-2-19-g9b3421a

Alexander Golovko alexandro at ankalagon.ru
Wed Jul 25 21:19:34 UTC 2012


The following commit has been merged in the master branch:
commit 13530290124ea967e28baa304370c904a048fbfe
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date:   Thu Jul 26 00:13:40 2012 +0400

    fix unowned files after purging (#682733)

diff --git a/debian/bacula-console.postrm b/debian/bacula-console.postrm
index ed0794c..39ab422 100644
--- a/debian/bacula-console.postrm
+++ b/debian/bacula-console.postrm
@@ -9,7 +9,7 @@ CFGFILE="bconsole.conf"
 
 case "$1" in
 	purge)
-		rm -f $CFGDIR/$CFGFILE.*
+		rm -f $CFGDIR/$CFGFILE $CFGDIR/$CFGFILE.*
 	;;
 esac
 
diff --git a/debian/changelog b/debian/changelog
index 70c89c2..3539b0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,8 @@ bacula (5.2.6+dfsg-3) unstable; urgency=high
   * debian/additions/common-functions.dpkg:
     + force /etc/defaults/bacula-dir reregistration in ucf when changing
       bacula-director database type (Closes: #680051).
+  * debian/bacula-console.postrm:
+    + fix files left after bacula-console package purge (Closes: #682733).
 
  -- 
 

-- 
Bacula, a network backup, recovery and verification program



More information about the pkg-bacula-commits mailing list