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

Alexander Golovko alexandro at ankalagon.ru
Wed Aug 8 14:11:49 UTC 2012


The following commit has been merged in the master branch:
commit 0423d9daf4fe8476970c1271d55dec2349784416
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date:   Wed Aug 8 13:45:09 2012 +0400

    minor style changes

diff --git a/debian/bacula-console.postrm b/debian/bacula-console.postrm
index 8d8eb32..d79c8ee 100644
--- a/debian/bacula-console.postrm
+++ b/debian/bacula-console.postrm
@@ -3,13 +3,9 @@
 set -e
 
 
-CONSOLE=/usr/sbin/bacula-console
-CFGDIR=/etc/bacula
-CFGFILE="bconsole.conf"
-
 case "$1" in
 	purge)
-		rm -f $CFGDIR/$CFGFILE $CFGDIR/$CFGFILE.dist
+		rm -f /etc/bacula/bconsole.conf /etc/bacula/bconsole.conf.dist
 	;;
 esac
 

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



More information about the pkg-bacula-commits mailing list