From owner-freebsd-questions@FreeBSD.ORG Tue Nov 2 10:53:11 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 E5AB5106566C for ; Tue, 2 Nov 2010 10:53:11 +0000 (UTC) (envelope-from lystic1@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 70F6D8FC14 for ; Tue, 2 Nov 2010 10:53:11 +0000 (UTC) Received: by bwz3 with SMTP id 3so5475621bwz.13 for ; Tue, 02 Nov 2010 03:53:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=su6YaF/ZCux3KYJIptN6Kn77GF1YH/OXA2rto8RiHbQ=; b=LO2h0AF857dI4gPF5vhN8EBlg3WAaXPnnslGYQ+hjmOQY2QrXsHnrWvP101K9xGsjG +UE/mN8Mmle47OY2ab/uGWcrPhExVAmJpiqYhHNhMB/6TD2AdN6HxHXAEcC1mkQ5ExiI zO/9aAlGagTQD2e+oJ1ATMoDSaZH8R/vz5fTI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=H7W7nWNdGlvnuD297jaGQrNxDKu9/o2LRYrEwBW4obLj5hVLO+EGdUFivjAnqC7urT 1q0arre6q5xKHAYUVyCpMDxWn/vs5yAkn1InfZXMfmG5Nv2Bb5gkvlq7kP8/cl+fWA7U 9T8h5l5b57n6kZy8J44vc61AQBAp8X9ogPMBs= MIME-Version: 1.0 Received: by 10.204.131.132 with SMTP id x4mr6227825bks.50.1288695190403; Tue, 02 Nov 2010 03:53:10 -0700 (PDT) Received: by 10.204.102.212 with HTTP; Tue, 2 Nov 2010 03:53:10 -0700 (PDT) In-Reply-To: <4CCFD51E.4050701@eskk.nu> References: <4CCFD51E.4050701@eskk.nu> Date: Tue, 2 Nov 2010 05:53:10 -0500 Message-ID: From: Lystic Emsen To: Leslie Jensen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 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 10:53:12 -0000 On Tue, Nov 2, 2010 at 4:08 AM, Leslie Jensen wrote: > Hello list. > > I have the following in /etc/crontab > > @reboot root portsnap -I cron update && /root/bin/cv_portsnap_cron && > pkg_version -vIL= > > > I don't see where you are doing a portsnap fetch first. If you haven't done a fetch, then the update will probably fail. If the update fails, because you are using && it won't execute the next part of your script. > > 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 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > -- -- Lystic http://UnixNews.net