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

Luca Capello luca at pca.it
Sun Jun 24 14:19:29 UTC 2012


The following commit has been merged in the master branch:
commit 14bcb314ebb36e9671fabcee0df4152b5faca3be
Author: Luca Capello <luca at pca.it>
Date:   Sun Jun 24 13:14:11 2012 +0200

    debian/bacula-[director-*|fd|sd].postinst: move set call at top

diff --git a/debian/bacula-director-mysql.postinst b/debian/bacula-director-mysql.postinst
index fafdff6..16ee2ce 100644
--- a/debian/bacula-director-mysql.postinst
+++ b/debian/bacula-director-mysql.postinst
@@ -2,11 +2,11 @@
 # postinst script for bacula-director-mysql
 #
 
+set -e
+
 . /usr/share/debconf/confmodule
 db_version 2.0
 
-set -e
-
 # summary of how this script can be called:
 #        * <postinst> `configure' <most-recently-configured-version>
 #        * <old-postinst> `abort-upgrade' <new version>
diff --git a/debian/bacula-director-pgsql.postinst b/debian/bacula-director-pgsql.postinst
index 95a25f3..4afae3f 100644
--- a/debian/bacula-director-pgsql.postinst
+++ b/debian/bacula-director-pgsql.postinst
@@ -2,11 +2,11 @@
 # postinst script for bacula-director-pgsql
 #
 
+set -e
+
 . /usr/share/debconf/confmodule
 db_version 2.0
 
-set -e
-
 # summary of how this script can be called:
 #        * <postinst> `configure' <most-recently-configured-version>
 #        * <old-postinst> `abort-upgrade' <new version>
diff --git a/debian/bacula-director-sqlite3.postinst b/debian/bacula-director-sqlite3.postinst
index d003252..7312db0 100644
--- a/debian/bacula-director-sqlite3.postinst
+++ b/debian/bacula-director-sqlite3.postinst
@@ -2,11 +2,11 @@
 # postinst script for bacula-director-sqlite3
 #
 
+set -e
+
 . /usr/share/debconf/confmodule
 db_version 2.0
 
-set -e
-
 # summary of how this script can be called:
 #        * <postinst> `configure' <most-recently-configured-version>
 #        * <old-postinst> `abort-upgrade' <new version>
diff --git a/debian/bacula-fd.postinst b/debian/bacula-fd.postinst
index f078df3..d2fee5f 100644
--- a/debian/bacula-fd.postinst
+++ b/debian/bacula-fd.postinst
@@ -2,10 +2,10 @@
 # postinst script for bacula-fd
 #
 
+set -e
+
 . /usr/share/debconf/confmodule
 db_version 2.0
- 
-set -e
 
 # summary of how this script can be called:
 #        * <postinst> `configure' <most-recently-configured-version>
diff --git a/debian/bacula-sd.postinst b/debian/bacula-sd.postinst
index 474089d..b94475a 100644
--- a/debian/bacula-sd.postinst
+++ b/debian/bacula-sd.postinst
@@ -2,10 +2,10 @@
 # postinst script for bacula-sd
 #
 
+set -e
+
 . /usr/share/debconf/confmodule
 db_version 2.0
- 
-set -e
 
 # summary of how this script can be called:
 #        * <postinst> `configure' <most-recently-configured-version>
diff --git a/debian/changelog b/debian/changelog
index 67eb78b..5cd1949 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ bacula (5.2.6+dfsg-2) UNRELEASED; urgency=low
 
   * debian/bacula-*.init:
     + check if the daemon is executable.
+  * debian/bacula-director-*.postinst,
+    debian/bacula-fd.postinst, debian/bacula-sd.postinst:
+    + move set call at the top.
 
  --
 

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



More information about the pkg-bacula-commits mailing list