From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 30 11:08:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 240611065676; Wed, 30 Jul 2008 11:08:16 +0000 (UTC) (envelope-from andy@athame.co.uk) Received: from hex.athame.co.uk (salama58.adsl.netsonic.fi [81.17.207.58]) by mx1.freebsd.org (Postfix) with ESMTP id DAD2E8FC16; Wed, 30 Jul 2008 11:08:15 +0000 (UTC) (envelope-from andy@athame.co.uk) Received: from [192.168.10.8] (helo=ping.int.athame.co.uk) by hex.athame.co.uk with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KO9En-000CoJ-B8; Wed, 30 Jul 2008 13:48:57 +0300 From: Andy Fawcett To: vs@freebsd.org Date: Wed, 30 Jul 2008 13:48:58 +0300 User-Agent: KMail/1.10.0 (FreeBSD/7.0-STABLE; KDE/4.1.0; amd64; ; ) References: <200807300938.m6U9cDR0046564@freefall.freebsd.org> In-Reply-To: <200807300938.m6U9cDR0046564@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807301348.59193.andy@athame.co.uk> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/126074: [maintainer update] Make sysutils/uptimed create a needed working directory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2008 11:08:16 -0000 On Wednesday 30 July 2008 12:38:13 vs@freebsd.org wrote: > Synopsis: [maintainer update] Make sysutils/uptimed create a needed > working directory > > State-Changed-From-To: open->closed > State-Changed-By: vs > State-Changed-When: Wed Jul 30 09:37:17 UTC 2008 > State-Changed-Why: > Committed with minor modification -- you noticed that the dirrmtry > wasn't working during testing, RIGHT? :) -Volker Uhhh, your change forcibly removes the data unconditionally. This will break functionality during eg, portupgrade (all the data will be removed, and this includes info about previous uptimes). Andy