From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 30 09:16:01 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B46A106566B for ; Wed, 30 Mar 2011 09:16:01 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 94B958FC12 for ; Wed, 30 Mar 2011 09:16:00 +0000 (UTC) Received: from vhoffman.lon.namesco.net (lon.namesco.net [195.7.254.102]) (authenticated bits=0) by unsane.co.uk (8.14.4/8.14.4) with ESMTP id p2U9FwHK007257 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 30 Mar 2011 10:15:59 +0100 (BST) (envelope-from vince@unsane.co.uk) Message-ID: <4D92F4CE.3040906@unsane.co.uk> Date: Wed, 30 Mar 2011 10:15:58 +0100 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: Jo Galara References: <4D92C02F.4000500@gmail.com> In-Reply-To: <4D92C02F.4000500@gmail.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: E-Mail if updates available? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2011 09:16:01 -0000 On 30/03/2011 06:31, Jo Galara wrote: > Hi, > > on Debian I'm using apticron which sends me an email if there are > updates available for installed packages. Is there a similar program for > FreeBSD? > Hi, I use ports rather than packages, so a combination of a cron for portsnap to update the portstree (at some silly time so I wont accidentally update ports while portsnap is doing stuff to the ports tree, see the manpage.) and "portmaster -L | grep New" I dont cron it but you could easily enough, (portmaster is ports-mgmt/portmaster , you could use the tools from ports-mgmt/portupgrade of you prefer.) Oh and I'd suggest freebsd-questions as a better list for this kind of query. Vince