>>>>> On Fri, 14 Mar 2003 08:32:46 -0800, John Heidemann <[EMAIL PROTECTED]> said:
> On Fri, 14 Mar 2003 08:15:18 EST, "Martin 'Kingpin' Thurn" wrote: >> Hello, >> many of them are registered to JOHNH as first-come. Could you change all >> the WWW::Search modules to co-maint status for JOHNH and MTHURN? Thank you. >> Here is a link which shows the modules that need to be changed: >> >> http://pause.perl.org/pause/authenquery?pause99_peek_perms_by=a&pause99_peek >> _perms_query=JOHNH&pause99_peek_perms_sub=1 > Please do this for all the WWW::Search modules. Martin has been > maintainer for several years now. What I did makes Martin primary maintainer for all 32 packages that John was registered as maintainer. This is easier for me than making co-maintainers. Please let me know if this has undesired effects. I think, it's what you need. mysql> select package from primeur where primeur.package like 'WWW::Search::%' a nd primeur.userid = 'JOHNH' ; +--------------------------------------+ | package | +--------------------------------------+ | WWW::Search::AltaVista | | WWW::Search::AltaVista::AdvancedNews | | WWW::Search::AltaVista::AdvancedWeb | | WWW::Search::AltaVista::News | | WWW::Search::AltaVista::Web | | WWW::Search::Crawler | | WWW::Search::Dejanews | | WWW::Search::ExciteForWebServers | | WWW::Search::Fireball | | WWW::Search::FolioViews | | WWW::Search::Gopher | | WWW::Search::HotFiles | | WWW::Search::Infoseek | | WWW::Search::Infoseek::Companies | | WWW::Search::Infoseek::Email | | WWW::Search::Infoseek::News | | WWW::Search::Infoseek::Web | | WWW::Search::Livelink | | WWW::Search::MSIndexServer | | WWW::Search::Metapedia | | WWW::Search::NorthernLight | | WWW::Search::Null | | WWW::Search::OpenDirectory | | WWW::Search::PLweb | | WWW::Search::Profusion | | WWW::Search::SFgate | | WWW::Search::Search97 | | WWW::Search::Simple | | WWW::Search::Snap | | WWW::Search::Verity | | WWW::Search::WebCrawler | | WWW::Search::ZDNet | +--------------------------------------+ 32 rows in set (0.00 sec) mysql> update primeur set userid='MTHURN' where primeur.package like 'WWW::Sear ch::%' and primeur.userid = 'JOHNH' ; Query OK, 32 rows affected (0.00 sec) Rows matched: 32 Changed: 32 Warnings: 0 -- andreas