From owner-freebsd-questions@FreeBSD.ORG Thu May 22 02:59:36 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB62079B for ; Thu, 22 May 2014 02:59:36 +0000 (UTC) Received: from pandora.au.calorieking.net (114.179.70.115.static.exetel.com.au [115.70.179.114]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51AE02AE9 for ; Thu, 22 May 2014 02:59:35 +0000 (UTC) Received: from pandora.internal (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id EFCBA33CE2 for ; Thu, 22 May 2014 10:59:18 +0800 (WST) X-Virus-Scanned: amavisd-new at calorieking.com Received: from pandora.au.calorieking.net ([127.0.0.1]) by pandora.internal (pandora.internal [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8Qf9Ly_6Si3R for ; Thu, 22 May 2014 10:59:13 +0800 (WST) Received: from egeria.internal (egeria.internal [192.168.2.111]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id 73FB333CDC for ; Thu, 22 May 2014 10:59:13 +0800 (WST) Message-ID: <537D6801.6050109@calorieking.com> Date: Thu, 22 May 2014 10:59:13 +0800 From: Gregory Orange User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: freebsd-update.conf IgnorePaths linker.hints not working References: <537ADEEB.4090900@calorieking.com> In-Reply-To: <537ADEEB.4090900@calorieking.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 02:59:36 -0000 Hi again, Does anyone have any suggestions on this issue, or a better place to ask? Cheers, Greg. On 20/05/14 12:49, Gregory Orange wrote: > Hi everyone, > > I've got freebsd-update cron running every night, and each time get the > following: > ---- > The following files will be updated as part of updating to 8.4-RELEASE-p10: > /boot/kernel/linker.hints > ---- > I've found a few discussion threads suggesting changes to > freebsd-update.conf being advisable, so I've done that, to no avail. > Also following these instructions for rc.conf: > > https://forums.freebsd.org/viewtopic.php?p=208260#p208260 > > No luck. I still get the message at every run. My freebsd-update.conf > has no other changes: > > http://pastebin.com/KHdVCyBY > > How should I resolve this? > > TIA, > Greg.