[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Arthur Gautier aga at zenexity.com
Tue Feb 28 22:19:38 UTC 2012


The following commit has been merged in the debian/master branch:
commit 22a5c80d26812395f6511d5ee3622cc3e938fe7d
Author: Arthur Gautier <aga at zenexity.com>
Date:   Mon Feb 6 19:32:33 2012 +0100

    Fix lintian errors

diff --git a/debian/shinken-core.postinst b/debian/shinken-core.postinst
index 06bb19e..a08561a 100644
--- a/debian/shinken-core.postinst
+++ b/debian/shinken-core.postinst
@@ -60,7 +60,10 @@ case "$1" in
     dpkg-statoverride --remove /var/lib/nagios/ >/dev/null 2>&1 || true
     dpkg-statoverride --update --add nagios nagios 02750 /var/lib/nagios/ >/dev/null 2>&1 || true
 
-    ;;
+    ## Need init.d autostart 
+    update-rc.d shinken defaults >/dev/null
+
+;;
   abort-upgrade)
     # Back out of an attempt to upgrade this package FROM THIS VERSION
     # to version $2.  Undo the effects of "prerm upgrade $2".
diff --git a/debian/shinken-webui.postinst b/debian/shinken-webui.postinst
index a02abcd..0f8af6f 100644
--- a/debian/shinken-webui.postinst
+++ b/debian/shinken-webui.postinst
@@ -24,7 +24,7 @@ case "$1" in
       $CONFIG_FILE_SPECIFIC
 
     ## Ensure shinken starts automatically
-    update-rc.d shinken-arbiter defaults >/dev/null
+    update-rc.d shinken-webui defaults >/dev/null
 
     ## Help message
     echo "By default webui comes without any passwords configured, please"

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list