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

Sean Finney seanius at alioth.debian.org
Sun Dec 10 10:24:43 CET 2006


Author: seanius
Date: 2006-12-10 10:24:43 +0100 (Sun, 10 Dec 2006)
New Revision: 1083

Modified:
   nagios/trunk/debian/nagios-pgsql.config
Log:
authmethod_user, not authmethod

Modified: nagios/trunk/debian/nagios-pgsql.config
===================================================================
--- nagios/trunk/debian/nagios-pgsql.config	2006-12-10 08:55:25 UTC (rev 1082)
+++ nagios/trunk/debian/nagios-pgsql.config	2006-12-10 09:24:43 UTC (rev 1083)
@@ -4,7 +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_authmethod_user="password"
 	dbc_go nagios-pgsql $@
 fi
 




More information about the Pkg-nagios-changes mailing list