]> git.decadent.org.uk Git - dak.git/commitdiff
sync
authorJames Troup <james@nocrew.org>
Thu, 15 Mar 2001 22:42:25 +0000 (22:42 +0000)
committerJames Troup <james@nocrew.org>
Thu, 15 Mar 2001 22:42:25 +0000 (22:42 +0000)
rhona

diff --git a/rhona b/rhona
index dc9ef6abc6afdcda5c52ddbb5214be3633b3a115..9cd6a9a8f1ac0099ecdbf5b6954b1952478ece7f 100755 (executable)
--- a/rhona
+++ b/rhona
@@ -2,7 +2,7 @@
 
 # rhona, cleans up unassociated binary and source packages
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $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();