[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.0.3-1-125-g4435737

Luca Capello luca at pca.it
Thu May 31 21:31:25 UTC 2012


The following commit has been merged in the master branch:
commit 4435737061c9edb1af0aaad89f2a53c01e8cce55
Author: Luca Capello <luca at pca.it>
Date:   Thu May 31 23:23:57 2012 +0200

    debian/bacula-director-mysql.postinst: s/bash/sh/
    
    This complements 149f305.  WRT to #277127, `echo -e` is no more there.

diff --git a/debian/bacula-director-mysql.postinst b/debian/bacula-director-mysql.postinst
index 2710595..ea1e430 100644
--- a/debian/bacula-director-mysql.postinst
+++ b/debian/bacula-director-mysql.postinst
@@ -61,7 +61,7 @@ configure)
 	-e s~XXX_FDPASSWORD_XXX~$FDPASSWD~ \
 		$DEFCONFIG/bacula-dir.conf > $TARGET
 
-	/bin/bash $POSTINST_COMMON
+	/bin/sh $POSTINST_COMMON
 
 	echo "Ok."
 	;;

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



More information about the pkg-bacula-commits mailing list