Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Nov 2010 10:08:46 +0100
From:      Leslie Jensen <leslie@eskk.nu>
To:        freebsd-questions@freebsd.org
Subject:   Fetching distfiles via cron does not download...
Message-ID:  <4CCFD51E.4050701@eskk.nu>

next in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CCFD51E.4050701>