[Pkg-nagios-changes] [SCM] debian packaging of icinga(-core) branch, master, updated. ce4f6d38509d2bea1051e5e58cb2e08c4f489736

Alexander Wirt formorer at debian.org
Fri Mar 26 22:44:29 UTC 2010


The following commit has been merged in the master branch:
commit cc20cb3a77d5e4beb57212fde7f9c872f82710c7
Author: Alexander Wirt <formorer at debian.org>
Date:   Fri Mar 26 23:36:16 2010 +0100

    More raising..

diff --git a/debian/icinga-cgi.config b/debian/icinga-cgi.config
index e986266..66949f1 100644
--- a/debian/icinga-cgi.config
+++ b/debian/icinga-cgi.config
@@ -34,7 +34,7 @@ if [ "$RET" = "false" ]; then
 	db_set icinga/httpd $server_list
 fi
 
-db_input medium icinga/httpd || true
+db_input high icinga/httpd || true
 db_go || true
 db_get icinga/httpd
 keepgoing="$RET"
@@ -46,8 +46,8 @@ if [ "$keepgoing" ]; then
 	while [ ! "$passwordsmatch" ]; do
 		#only ask for a password if no htpasswd exists
 		test -f /etc/icinga/htpasswd.users && break 
-		db_input medium icinga/adminpassword || true
-		db_input medium icinga/adminpassword-repeat || true
+		db_input high icinga/adminpassword || true
+		db_input high icinga/adminpassword-repeat || true
 		db_go || true
 		db_get icinga/adminpassword
 		p1="$RET"

-- 
debian packaging of icinga(-core)



More information about the Pkg-nagios-changes mailing list