Re: [Mailman-Users] changing datas in config.db

2002-04-13 Thread Jonas Meurer
On Fri, Apr 12, 2002 at 09:31:28AM -0700, Anna Fong wrote: > Francois has a list called 'detente' and before I really looked closely > at the script I threw that in there. > > In Francois' case and mine, the script would work better if we removed > the `do' loop as we are only trying to update

Re: [Mailman-Users] changing datas in config.db

2002-04-12 Thread Anna Fong
Jonas, Francois has a list called 'detente' and before I really looked closely at the script I threw that in there. In Francois' case and mine, the script would work better if we removed the `do' loop as we are only trying to update one list, not the entire group of lists in ~/lists/ So the scri

Re: [Mailman-Users] changing datas in config.db

2002-04-12 Thread FranH
Works fine (with many console messages :-). Thanks a lot Anna. But my problem steel there :-| I don't see the list detente in the web listinfo uri :-| François On Thu, 11 Apr 2002 10:24:41 -0700 Anna Fong <[EMAIL PROTECTED]> wrote: > François, > > > Try this from > > http://mail

Re: [Mailman-Users] changing datas in config.db

2002-04-11 Thread Jonas Meurer
On Thu, Apr 11, 2002 at 10:24:41AM -0700, Anna Fong wrote: > #!/bin/sh > > newroot='/var/mailman' > > for list in `ls $newroot/lists/detente` What does this line do? I don't understand it, and also I have no lists/detente. Bye Jonas -- We'll try to make different mistakes this time --

Re: [Mailman-Users] changing datas in config.db

2002-04-11 Thread Anna Fong
might solve my problem with config.db also. Anna At 12:00 PM 04/11/2002 -0400, you wrote: >>>> Date: Thu, 11 Apr 2002 12:38:20 +0200 From: François Chenais To: [EMAIL PROTECTED] Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Enc

[Mailman-Users] changing datas in config.db

2002-04-11 Thread François Chenais
Hello, I would like to change datas in config.db file specialy transform 'archive_directory': '/opt/mailman/archives/private/detente', 'private_archive_file_dir': '/opt/mailman/archives/private/detente.mbox', 'public_archive_file_dir': '/opt/mailma