OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-registry Date: 03-Aug-2006 00:52:13 Branch: HEAD Handle: 2006080223521300 Modified files: openpkg-registry registry-db.pl Log: suppress DBI NOTICE messages printed to STDERR (seen with DBD::Pg) Summary: Revision Changes Path 1.39 +4 -0 openpkg-registry/registry-db.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-registry/registry-db.pl ============================================================================ $ cvs diff -u -r1.38 -r1.39 registry-db.pl --- openpkg-registry/registry-db.pl 2 Aug 2006 22:40:57 -0000 1.38 +++ openpkg-registry/registry-db.pl 2 Aug 2006 22:52:13 -0000 1.39 @@ -89,6 +89,7 @@ $cfg->{db}->{registry}->{superuser}->{password}, { PrintError => 0, + PrintWarn => 0, RaiseError => 0, AutoCommit => 1 } @@ -101,6 +102,7 @@ $cfg->{db}->{registry}->{superuser}->{password}, { PrintError => 0, + PrintWarn => 0, RaiseError => 0, AutoCommit => 1 } @@ -113,6 +115,7 @@ $cfg->{db}->{registry}->{workhorse}->{password}, { PrintError => 0, + PrintWarn => 0, RaiseError => 0, AutoCommit => 1 } @@ -123,6 +126,7 @@ "DBI:SQLite:dbname=".$cfg->{db}->{session}->{dbfile}, "", "", { PrintError => 0, + PrintWarn => 0, RaiseError => 0, AutoCommit => 1 } @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org