From owner-freebsd-questions Sat Jun 28 20:24:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA14679 for questions-outgoing; Sat, 28 Jun 1997 20:24:40 -0700 (PDT) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA14674 for ; Sat, 28 Jun 1997 20:24:38 -0700 (PDT) Received: from localhost (andrsn@localhost.Stanford.EDU [127.0.0.1]) by andrsn.stanford.edu (8.8.5/8.6.12) with SMTP id UAA07885; Sat, 28 Jun 1997 20:24:29 -0700 (PDT) Date: Sat, 28 Jun 1997 20:24:28 -0700 (PDT) From: Annelise Anderson To: Nathan Dorfman cc: freebsd-questions@FreeBSD.ORG Subject: Re: Majordomo (final question) In-Reply-To: <199706290105.VAA14814@limbo.senate.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 28 Jun 1997, Nathan Dorfman wrote: > I got Majordomo all working and stuff but I have decided it wastes too many > resources for a single mailing list and wrote my own script to handle it. > However the majordomo did not have an uninstall feature. Woe is me :-\ how do > I make sure I remove everything? pkg_delete should get everything (even if installed as a port, this will work if you got to the point where it got registered in /var/db/pkg >From what I read it seems that majordomo only runs when it receives a message, and thus does not use any resources when there's nothing coming in or going out. Except disk space, of course. Annelise