From owner-freebsd-questions@FreeBSD.ORG Sun Aug 10 15:14:59 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E99337B401 for ; Sun, 10 Aug 2003 15:14:59 -0700 (PDT) Received: from gaddis.org (gaddis.org [12.166.17.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 8685B43F3F for ; Sun, 10 Aug 2003 15:14:58 -0700 (PDT) (envelope-from jeremy@gaddis.org) Received: (qmail 56642 invoked from network); 10 Aug 2003 22:14:56 -0000 Received: from unknown (HELO ?192.168.0.4?) (192.168.0.4) by pluto.main.gaddis.org with SMTP; 10 Aug 2003 22:14:56 -0000 From: Jeremy Gaddis To: freebsd-questions@freebsd.org In-Reply-To: <09B07E5FCE15BB44B9CDAF92E483935E96692C@prowler.clarotech.co.za> References: <09B07E5FCE15BB44B9CDAF92E483935E96692C@prowler.clarotech.co.za> Content-Type: text/plain Organization: gaddis.org Message-Id: <1060553692.18128.1.camel@jupiter.gaddis.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 10 Aug 2003 22:14:52 +0000 Content-Transfer-Encoding: 7bit Subject: Re: Extra Webmin Modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 22:14:59 -0000 On Fri, 2003-08-08 at 12:22, Tony Russell wrote: > I use an additional module in webmin (IMAP) and every so often when I > upgrade webmin (with portupgrade) the module disappears. This is easily > corrected by reinstalling it from within webmin. > > Is there a way, in somewhere like /etc/make.conf, to specify the > additional module so that it is automagically installed when the webmin > port is built? If you're using portupgrade, you can add options that should be passed to `make` in /usr/local/etc/pkgtools.conf. If you're not using portupgrade, you should be. :) cd /usr/ports/sysutils/portupgrade && make install j. -- Jeremy L. Gaddis