[Pkg-nagios-changes] [SCM] debian packaging of icinga(-core) branch, master, updated. 1.0.1-1-17-g0d24af2

Alexander Wirt formorer at debian.org
Mon Apr 12 19:11:23 UTC 2010


The following commit has been merged in the master branch:
commit d2b40dd14aa373bcfd75ab9f8349ce65fb707cae
Author: Alexander Wirt <formorer at debian.org>
Date:   Mon Apr 12 20:32:37 2010 +0200

    fix rm call

diff --git a/debian/icinga-dbg.prerm b/debian/icinga-dbg.prerm
index d861226..9b47384 100644
--- a/debian/icinga-dbg.prerm
+++ b/debian/icinga-dbg.prerm
@@ -1,5 +1,5 @@
 #!/bin/sh -e
 
 if [ "$1" != "upgrade" ]; then
-  update-alternatives --remove mini_epn mini_epn /usr/bin/mini_epn
+  update-alternatives --remove mini_epn /usr/bin/mini_epn_icinga
 fi

-- 
debian packaging of icinga(-core)



More information about the Pkg-nagios-changes mailing list