From: James Troup Date: Thu, 15 Mar 2001 22:42:25 +0000 (+0000) Subject: sync X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c11493f371498e5e1b5756a49b9d843fefb8d3bf;p=dak.git sync --- 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();