From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 16:21:09 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 A8429106564A for ; Fri, 12 Mar 2010 16:21:09 +0000 (UTC) (envelope-from richard.delaurell@gmail.com) Received: from mail-ew0-f228.google.com (mail-ew0-f228.google.com [209.85.219.228]) by mx1.freebsd.org (Postfix) with ESMTP id 3AEC18FC08 for ; Fri, 12 Mar 2010 16:21:08 +0000 (UTC) Received: by ewy28 with SMTP id 28so173795ewy.13 for ; Fri, 12 Mar 2010 08:21:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=2GycdnIYxtPZV2UbK8+l/RAovOpb81E6MwsXaAZFjoA=; b=lXmHbBaPHZQLNQLw9OzlE7F16tD7cn4YMBvRC1pZ4UWv8rLGRJmEwa8lOCbgosL8qk jdbzuOuyk/MZHcvnXLf397jiNI4kT+zPcMVJXst+onRyGoQooL+cXS+uk/BYiMGY6SF7 kHXYRqbrwg6/pROkj7gvUcJZiqRIESI4BnmdU= 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=Gqy2pJT1zeg1G+dR7yGlCWWQ6XYZlVTC4HD/jpLJguOq74XNZnurh9kGvUa756WEeq P6+MwiY6CmybWkH8kGnihTjq1TLgSBzR8w+Y0jaeEptPyeSkCy9dlBVml0IcSO3K5/uc ieKgIuO/BulthjQL9Mw0PncwAKH16p1rIOwdI= MIME-Version: 1.0 Received: by 10.216.87.68 with SMTP id x46mr991378wee.145.1268410868073; Fri, 12 Mar 2010 08:21:08 -0800 (PST) In-Reply-To: <6201873e1003111146u488a1353r92342e9fd870fb87@mail.gmail.com> References: <4324dbec1003110905i3267df08hfc2d8a790c797a45@mail.gmail.com> <6201873e1003111146u488a1353r92342e9fd870fb87@mail.gmail.com> Date: Fri, 12 Mar 2010 10:21:07 -0600 Message-ID: <4324dbec1003120821q5911b63fkf21ed51a8e4af4aa@mail.gmail.com> From: Richard DeLaurell To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "mail.list freebsd-questions" Subject: Re: problems w/ touching all files? 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: Fri, 12 Mar 2010 16:21:09 -0000 On Thu, Mar 11, 2010 at 1:46 PM, Adam Vande More wrote: > > > On Thu, Mar 11, 2010 at 11:05 AM, Richard DeLaurell < > richard.delaurell@gmail.com> wrote: > >> I made a big mistake the upshot of which is that many of my files >> (including >> many port/makefiles) have the wrong date. >> > > maybe try a portnsnap fetch extract, touch -m should help on > /usr/ports/distfiles/ > > Wouldn't the portsnap fetch extract reset the modified dates without a touch? But I think your way is probably a good idea nonetheless. Thanks for the suggestion. Richard