[pkg-bacula-commits] [bacula] 01/02: remove testing "echo"s from libpostrm.inc.sh

Carsten Leonhardt leo at moszumanska.debian.org
Thu Sep 1 10:40:18 UTC 2016


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

leo pushed a commit to branch migrate-files
in repository bacula.

commit bb71f514582df1f33ae73b42052143d9634197b8
Author: Carsten Leonhardt <leo at debian.org>
Date:   Thu Sep 1 08:45:01 2016 +0200

    remove testing "echo"s from libpostrm.inc.sh
---
 debian/scripts/libpostrm.inc.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/scripts/libpostrm.inc.sh b/debian/scripts/libpostrm.inc.sh
index f2b0223..85483e6 100755
--- a/debian/scripts/libpostrm.inc.sh
+++ b/debian/scripts/libpostrm.inc.sh
@@ -12,9 +12,9 @@ purge_conf() {
     local file ext
 
     for file in $@; do
-	echo rm -f $file
+	rm -f $file
 	for ext in '~' '%' .bak .ucf-new .ucf-old .ucf-dist .dist; do
-	    echo rm -f $file$ext
+	    rm -f $file$ext
 	done
     done
 }
@@ -32,8 +32,8 @@ purge_ucf_conf() {
     purge_conf $@
     if [ -x `which ucf` ]; then
 	for file in $@; do
-	    echo ucf --purge $file
-	    echo ucfr --purge $package $file
+	    ucf --purge $file
+	    ucfr --purge $package $file
 	done
     fi
 }

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