[buug] Re: Buug digest, Vol 1 #221 - 1 msg

Jennifer Tran jtran at bms.calstate.edu
Mon Jul 16 11:12:37 PDT 2001


I am interested in all  info regarding to ACL on Unix. Any documents or
clues or
cheat sheets would be greatly helpful and appreciated.  Thanks in
advance...

Regards,
Jennifer

buug-admin at weak.org wrote:

> Send Buug mailing list submissions to
>         buug at weak.org
>
> To subscribe or unsubscribe via the web, visit
>         http://www.weak.org/mailman/listinfo/buug
> or, via email, send a message with subject or body 'help' to
>         buug-request at weak.org
> You can reach the person managing the list at
>         buug-admin at weak.org
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of Buug digest..."
>
> Today's Topics:
>
>   1. Re: The BUUG list archiver is broken (Jon McClintock)
>
> --__--__--
>
> Message: 1
> From: Jon McClintock <jammer at weak.org>
> Date: Sat, 14 Jul 2001 11:09:09 -0700
> To: Rick Moen <rick at linuxmafia.com>
> Cc: buug at weak.org
> Subject: Re: [buug] The BUUG list archiver is broken
>
> On Fri, Jul 13, 2001 at 11:11:38PM -0700, Rick Moen wrote:
> > If you go to http://www.weak.org/pipermail/buug/ , no posts have been
> > archived since 2001-01-28, either in HTML or ASCII forms.
>
> Which is roughly the date I moved weak.org from the old NetBSD system to
> the new Linux system.
>
> Mailman stores the location of the list archives in each list's configuration
> file. Which is in Berkeley DB format. Don't even think you can get away
> with just editing the .db file and changing the list archive location.
>
> Nope. Not nearly that easy. After several minutes of searching, I found this
> little script in the mailman-users mailing list:
>
> ---
> #!/bin/sh
>
> newroot='/var/lib/mailman'
>
> for list in `ls $newroot/lists`
> do
> python -i $newroot/bin/withlist -l $list <<EOF
> m.private_archive_file_dir
> m.private_archive_file_dir='$newroot/archives/private/$list.mbox'
> m.public_archive_file_dir
> m.public_archive_file_dir='$newroot/archives/public'
> m.archive_directory
> m.archive_directory='$newroot/archives/private/$list'
> m.Save()
> EOF
> done
> ---
>
> > (Hmm.  I also somehow missed the change in meeting schedule from every
> > Thursday to 1st and 3rd Thursdays only.  It might have been posted to
> > this list, but I can't check that in the archives.  ;->  )
>
> Heh.
>
> -Jon
>
> --__--__--
>
> _______________________________________________
> Buug mailing list
> Buug at weak.org
> http://www.weak.org/mailman/listinfo/buug
>
> End of Buug Digest

--
*********************************
California State University
       -----------
        Jennifer Tran
Email: jtran at bms.calstate.edu
Phone: (562)951-4395

 Making everyday a better day
*********************************




More information about the buug mailing list