X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=rhona;h=9cd6a9a8f1ac0099ecdbf5b6954b1952478ece7f;hb=c11493f371498e5e1b5756a49b9d843fefb8d3bf;hp=dc9ef6abc6afdcda5c52ddbb5214be3633b3a115;hpb=c8bb93e9de4d48854f46c630be139889af32d91a;p=dak.git diff --git a/rhona b/rhona index dc9ef6ab..9cd6a9a8 100755 --- a/rhona +++ b/rhona @@ -2,7 +2,7 @@ # rhona, cleans up unassociated binary and source packages # Copyright (C) 2000, 2001 James Troup -# $Id: rhona,v 1.11 2001-03-15 22:40:43 troup Exp $ +# $Id: rhona,v 1.12 2001-03-15 22:42:25 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 @@ -246,7 +246,7 @@ SELECT m.id FROM maintainer m def main(): global Cnf, projectB, delete_date; - projectB = pg.connect('projectB', 'localhost'); + projectB = pg.connect('projectb', 'localhost'); apt_pkg.init();