From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 09:01:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A58A716A419 for ; Sun, 29 Jul 2007 09:01:12 +0000 (UTC) (envelope-from freebsd.lists@fsck.ch) Received: from secure.socket.ch (secure.socket.ch [212.103.70.36]) by mx1.freebsd.org (Postfix) with ESMTP id 63D2113C491 for ; Sun, 29 Jul 2007 09:01:12 +0000 (UTC) (envelope-from freebsd.lists@fsck.ch) Received: from 84-75-182-249.dclient.hispeed.ch ([84.75.182.249] helo=factory.fsck.ch) by secure.socket.ch with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IF4KG-000OLq-6U for freebsd-questions@freebsd.org; Sun, 29 Jul 2007 10:40:37 +0200 Message-ID: <46AC527F.4010305@fsck.ch> Date: Sun, 29 Jul 2007 10:40:31 +0200 From: Tobias Roth User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.2 (/) X-Spam-Report: Spam detection software, running on the system "secure.socket.ch", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Hi I run a daily portsnap from cron, using the following line: /usr/sbin/portsnap cron update > /dev/null 2>&1 ; /usr/local/sbin/portversion -vL= [...] Content analysis details: (0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 1.6 TVD_RCVD_IP TVD_RCVD_IP 0.0 DK_POLICY_SIGNSOME Domain Keys: policy says domain signs some mails 0.0 DKIM_POLICY_SIGNSOME Domain Keys Identified Mail: policy says domain signs some mails X-SA-Exim-Connect-IP: 84.75.182.249 X-SA-Exim-Mail-From: freebsd.lists@fsck.ch X-SA-Exim-Scanned: No (on secure.socket.ch); SAEximRunCond expanded to false Subject: portsnap from cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 09:01:12 -0000 Hi I run a daily portsnap from cron, using the following line: /usr/sbin/portsnap cron update > /dev/null 2>&1 ; /usr/local/sbin/portversion -vL= Until recently, I only received a mail when there were ports to upgrade. However, now I get this every day, even when there are no new ports: [Updating the portsdb in /usr/ports ... - 17465 port entries found .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.... ..... done] Any idea how to get rid of it? Thanks