[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, master, updated. fd14d37abbb8540cbabebd56433927ddd809f3a4

Alexander Wirt formorer at debian.org
Fri Nov 11 21:29:04 UTC 2011


The following commit has been merged in the master branch:
commit fd14d37abbb8540cbabebd56433927ddd809f3a4
Author: Alexander Wirt <formorer at debian.org>
Date:   Fri Nov 11 22:28:47 2011 +0100

    Add missing set -e

diff --git a/debian/check-mk-config-icinga.postrm b/debian/check-mk-config-icinga.postrm
index a21ce94..b2b10ac 100644
--- a/debian/check-mk-config-icinga.postrm
+++ b/debian/check-mk-config-icinga.postrm
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 dpkg-maintscript-helper mv_conffile \
     /etc/icinga/objects/check_mk_templates.cfg \
     /etc/icinga/objects/check_mk/check_mk_templates.cfg \
diff --git a/debian/check-mk-config-icinga.preinst b/debian/check-mk-config-icinga.preinst
index a21ce94..b2b10ac 100644
--- a/debian/check-mk-config-icinga.preinst
+++ b/debian/check-mk-config-icinga.preinst
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 dpkg-maintscript-helper mv_conffile \
     /etc/icinga/objects/check_mk_templates.cfg \
     /etc/icinga/objects/check_mk/check_mk_templates.cfg \
diff --git a/debian/check-mk-config-nagios3.postrm b/debian/check-mk-config-nagios3.postrm
index 6a1bb08..c291180 100644
--- a/debian/check-mk-config-nagios3.postrm
+++ b/debian/check-mk-config-nagios3.postrm
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 dpkg-maintscript-helper mv_conffile \
     /etc/nagios3/conf.d/check_mk_templates.cfg \
     /etc/nagios3/conf.d/check_mk/check_mk_templates.cfg \
diff --git a/debian/check-mk-config-nagios3.prerm b/debian/check-mk-config-nagios3.prerm
index 6a1bb08..c291180 100644
--- a/debian/check-mk-config-nagios3.prerm
+++ b/debian/check-mk-config-nagios3.prerm
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 dpkg-maintscript-helper mv_conffile \
     /etc/nagios3/conf.d/check_mk_templates.cfg \
     /etc/nagios3/conf.d/check_mk/check_mk_templates.cfg \

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list