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

Alexander Wirt formorer at debian.org
Fri Mar 26 22:28:47 UTC 2010


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

    Raise priority for password config

diff --git a/debian/icinga-cgi.config b/debian/icinga-cgi.config
index 06a4a34..e986266 100644
--- a/debian/icinga-cgi.config
+++ b/debian/icinga-cgi.config
@@ -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 high icinga/adminpassword || true
-		db_input high icinga/adminpassword-repeat || true
+		db_input medium icinga/adminpassword || true
+		db_input medium 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