X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=madison;h=4c176008f5e481d8febf68d8d1b7597dc6cb53c6;hb=89ada75793da6403e6ceb74a66a119621f19bba4;hp=cfbad280fe5913a8767293d14b51dfa5287d216d;hpb=699bafc632cb4f45f43f3cc5e22619d1e876144d;p=dak.git diff --git a/madison b/madison index cfbad280..4c176008 100755 --- a/madison +++ b/madison @@ -2,7 +2,7 @@ # 'Fix' stable to make debian-cd and dpkg -BORGiE users happy # Copyright (C) 2000, 2001 James Troup -# $Id: madison,v 1.8 2001-08-21 15:44:27 troup Exp $ +# $Id: madison,v 1.9 2001-09-05 18:51:21 rmurray Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -65,7 +65,7 @@ def main (): packages = apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv); Options = Cnf.SubTree("Madison::Options") - projectB = pg.connect(Cnf["DB::Name"], Cnf["DB::Host"], int(Cnf["DB::Port"]), None, None, Cnf["DB::ROUser"]); + projectB = pg.connect(Cnf["DB::Name"], Cnf["DB::Host"], int(Cnf["DB::Port"])); db_access.init(Cnf, projectB); if packages == []: