[Pkg-nagios-changes] [pkg-nagios] r1081 - nagios/trunk/debian

Sean Finney seanius at alioth.debian.org
Sat Dec 9 23:47:16 CET 2006


Author: seanius
Date: 2006-12-09 23:47:16 +0100 (Sat, 09 Dec 2006)
New Revision: 1081

Modified:
   nagios/trunk/debian/nagios-pgsql.config
Log:
explicitly set the authmethod

Modified: nagios/trunk/debian/nagios-pgsql.config
===================================================================
--- nagios/trunk/debian/nagios-pgsql.config	2006-12-09 20:53:36 UTC (rev 1080)
+++ nagios/trunk/debian/nagios-pgsql.config	2006-12-09 22:47:16 UTC (rev 1081)
@@ -4,6 +4,7 @@
 if [ -f /usr/share/dbconfig-common/dpkg/config.pgsql ]; then
 	. /usr/share/dbconfig-common/dpkg/config.pgsql 
 	dbc_first_version="2:1.3-cvs.20050402-11"
+	dbc_authmethod="password"
 	dbc_go nagios-pgsql $@
 fi
 




More information about the Pkg-nagios-changes mailing list