From owner-freebsd-questions@FreeBSD.ORG Tue Nov 2 09:08:51 2010 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 C5A5A106564A for ; Tue, 2 Nov 2010 09:08:51 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mail.gelita.se (212-162-182-244.skbbip.com [212.162.182.244]) by mx1.freebsd.org (Postfix) with ESMTP id 843EA8FC16 for ; Tue, 2 Nov 2010 09:08:50 +0000 (UTC) Received: from mail.gelita.se (localhost.gelita.se [127.0.0.1]) by mail.gelita.se (Postfix) with ESMTP id 54D1C10EE05 for ; Tue, 2 Nov 2010 10:09:48 +0100 (CET) X-Virus-Scanned: amavisd-new at troback.com Received: from mail.gelita.se ([127.0.0.1]) by mail.gelita.se (mail.gelita.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pYIFL-Vnh9sF for ; Tue, 2 Nov 2010 10:09:42 +0100 (CET) Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mail.gelita.se (Postfix) with ESMTP id 39AA610EDFF for ; Tue, 2 Nov 2010 10:09:42 +0100 (CET) Message-ID: <4CCFD51E.4050701@eskk.nu> Date: Tue, 02 Nov 2010 10:08:46 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Fetching distfiles via cron does not download... 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: Tue, 02 Nov 2010 09:08:51 -0000 Hello list. I have the following in /etc/crontab @reboot root portsnap -I cron update && /root/bin/cv_portsnap_cron && pkg_version -vIL= The script /root/bin/cv_portsnap_cron #!/bin/sh portmaster --clean-distfiles-all portmaster -aF Message received from cron: ===>>> Gathering distinfo list for installed ports ===>>> Checking for stale distfiles ]0;portmaster: All===>>> Starting check of installed ports for available updates ===>>> Distfile fetching is complete libxul-1.9.2.9_1 < needs updating (index has 1.9.2.12) pciids-20101005 < needs updating (index has 20101020) Even so I do not get the distfiles downloaded. Where am I going wrong? Thanks /Leslie