From owner-freebsd-current@FreeBSD.ORG Thu Aug 29 11:51:01 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A75F467B for ; Thu, 29 Aug 2013 11:51:01 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B3CE2006 for ; Thu, 29 Aug 2013 11:51:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=AMGl5tu0/y4ncji4xoJbB2xxZXNUAxcyUeO5QyC5EWQ=; b=RnvUnbsXh/DWQ+6suVN0UHC4OAJrPCufgMQwQA3b2btL4sQ0URjjnEC2CKhKhkdLUkBGU1z4M6SSc9MiTwFk2aVIuAwsb2hI7NDq7b0gq9D0s03j2Qyk84haog2ktsZxUt9SNX3A4pAJsK1hslxQxr85pIRTnUB179aeP09GcXk=; Received: from [178.137.138.140] (helo=nonamehost.local) by fsm1.ukr.net with esmtpsa ID 1VF0kI-0004rd-OL ; Thu, 29 Aug 2013 14:50:38 +0300 Date: Thu, 29 Aug 2013 14:50:37 +0300 From: Ivan Klymenko To: Andreas Tobler Subject: Re: make delete-old broken Message-ID: <20130829145037.68d5cbf0@nonamehost.local> In-Reply-To: <7070ea1153ab17a4a7b5deb432de93b3@212.203.104.226> References: <7070ea1153ab17a4a7b5deb432de93b3@212.203.104.226> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=178.137.138.140; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 11:51:01 -0000 =D0=92 Thu, 29 Aug 2013 13:42:13 +0200 Andreas Tobler =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > > I can not say exactly at what revision it happened - but it was > > noticed in revision r255016 >=20 >=20 > Should be fixed now, 255018. >=20 > Gruss, > Andreas >=20 Thank you.