From owner-freebsd-stable@FreeBSD.ORG Sat Oct 2 19:18:31 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CB1D106564A for ; Sat, 2 Oct 2010 19:18:31 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 475EB8FC0C for ; Sat, 2 Oct 2010 19:18:31 +0000 (UTC) Received: by qwd6 with SMTP id 6so2654436qwd.13 for ; Sat, 02 Oct 2010 12:18:30 -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=n3qlw4D/5F3C3f20dWXpUy1hsOvKHGjVP+4qZtHMxpw=; b=ItC+2NCyvOhxp50hKpx7VLRscEGwDgcNdrqVQb6/D4saIcoPE7V5N/vukKTcPdFjyx xf0phcr21KBXd7SSL3xtSC/qfXNccSOM8M8PteBE9NZNEWz1Hw8CF3ZzsrKZ44G5Cc0g /uGr82oiuRuSyxCriFEcAAAeU60KU6ho1y26Y= 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=FyVHlli5U36w7FePT3k/IzCzpKGnJ4BFAMtW3fKKGNksHI5FHOPjW5aKVz9mTA3MPy dq9Ux9QznOnOQRhgzckyPrgh6/AwlyYjVAz0Ny2zQW8Q3wHcJ0DQxsKUkcjsZlvQ4uzz q9OJjOrICc2T/Ly3P1okRRW6ZEH3TpR/Xu/nA= MIME-Version: 1.0 Received: by 10.224.65.91 with SMTP id h27mr5168728qai.13.1286047110302; Sat, 02 Oct 2010 12:18:30 -0700 (PDT) Received: by 10.229.50.8 with HTTP; Sat, 2 Oct 2010 12:18:30 -0700 (PDT) In-Reply-To: References: Date: Sat, 2 Oct 2010 23:18:30 +0400 Message-ID: From: Sergey Kandaurov To: Jeremy Messenger Content-Type: text/plain; charset=ISO-8859-1 Cc: stable@freebsd.org Subject: Re: utmp.h exists or not in RELENG_8? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 19:18:31 -0000 On 2 October 2010 21:22, Jeremy Messenger wrote: > My system is RELENG_8 and I have checkout by via csup today. It shows > that utmp.h still exists in RELENG_8. But when I see this PR: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149945 > > I have decided to check in the > http://www.freebsd.org/cgi/cvsweb.cgi/src/include/?only_with_tag=RELENG_8 > ... It shows that utmp.h has been removed. But in the > http://sources.freebsd.org/RELENG_8/src/include/ shows a different > story as it exists. I am confusing... Is it supposed to be deleted in > CVS when it did the SVN->CVS? Or what? I don't have svn installed in > my system at the moment, so can't check it now. > > Please add me in the CC as I am not in the list. > I have a suspect, cvsweb.cgi handles such case incorrectly, i.e. when file is removed in MAIN branch, but it exists in BRANCH_X, then passing the only_with_tag=RELENG_X will show such file in Attic. -- wbr, pluknet