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

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


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

    debian/bacula-director-*.postinst: remove path for sh call

diff --git a/debian/bacula-director-mysql.postinst b/debian/bacula-director-mysql.postinst
index ea1e430..6ed6d5b 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/sh $POSTINST_COMMON
+	sh $POSTINST_COMMON
 
 	echo "Ok."
 	;;
diff --git a/debian/bacula-director-pgsql.postinst b/debian/bacula-director-pgsql.postinst
index 9eb3c86..6a1427f 100644
--- a/debian/bacula-director-pgsql.postinst
+++ b/debian/bacula-director-pgsql.postinst
@@ -70,7 +70,7 @@ configure)
                 $DEFCONFIG/bacula-dir.conf > $TARGET
         fi
 
-	/bin/sh $POSTINST_COMMON
+	sh $POSTINST_COMMON
 	echo "Ok."
 	;;
 
diff --git a/debian/bacula-director-sqlite3.postinst b/debian/bacula-director-sqlite3.postinst
index 8ea2ecc..5ea8fc9 100644
--- a/debian/bacula-director-sqlite3.postinst
+++ b/debian/bacula-director-sqlite3.postinst
@@ -66,7 +66,7 @@ configure)
 		-e s~XXX_DBPASSWORD_XXX~~ \
 			$DEFCONFIG/bacula-dir.conf > $TARGET
         
-	/bin/sh $POSTINST_COMMON
+	sh $POSTINST_COMMON
 
 	echo "Ok."
 	;;
diff --git a/debian/changelog b/debian/changelog
index 022fbfb..0e68cdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -90,6 +90,8 @@ bacula (5.0.3+dfsgreal-1) UNRELEASED; urgency=low
     + Add manual pages for /usr/sbin/b{wild,regex}.
 
   [ Luca Capello ]
+  * debian/bacula-director-*.postinst:
+    - remove path for sh call (thanks to lintian).
   * debian/control:
     + add automake and libltdl-dev to Build-Depends: for binutils-gold
       upstream patch.

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



More information about the pkg-bacula-commits mailing list