X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=madison;h=36c0e9a0a6affe5b12e76b4ce828b19bc46dbfd3;hb=0ae0a3896e77f8e07a43d2a8b368466f4edabedd;hp=882d74bcf7135f674388dc265a2b5341d5cf5844;hpb=c11493f371498e5e1b5756a49b9d843fefb8d3bf;p=dak.git diff --git a/madison b/madison index 882d74bc..36c0e9a0 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.3 2001-03-02 02:24:33 troup Exp $ +# $Id: madison,v 1.4 2001-03-20 00:28:11 troup 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 @@ -50,7 +50,7 @@ def main (): packages = apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv); - projectB = pg.connect('projectb', 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"]), None, None, Cnf["DB::ROUser"]); db_access.init(Cnf, projectB);