[Pkg-nagios-devel] nagios README.pgsql,1.2,1.3

seanius@haydn.debian.org seanius@haydn.debian.org


Update of /cvsroot/pkg-nagios/nagios
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv15395

Modified Files:
	README.pgsql 
Log Message:
the new ALTER statement should be nagios_cgi, not nagios


Index: README.pgsql
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/README.pgsql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.pgsql	22 Feb 2005 04:49:55 -0000	1.2
+++ README.pgsql	22 Feb 2005 04:53:57 -0000	1.3
@@ -112,7 +112,7 @@
 
 in psql:
 
-ALTER USER nagios PASSWORD 'my-secret-cgi-password';
+ALTER USER nagios_cgi PASSWORD 'my-secret-cgi-password';
 
 GRANT SELECT ON hostextinfo, programstatus, servicestatus, hoststatus, hostcomments, servicecomments, hostdowntime, servicedowntime, serviceextinfo TO nagios_cgi;