From owner-svn-src-all@FreeBSD.ORG Mon Mar 26 09:32:50 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E9D3106566C; Mon, 26 Mar 2012 09:32:50 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6749D8FC21; Mon, 26 Mar 2012 09:32:49 +0000 (UTC) Received: by lagv3 with SMTP id v3so5044891lag.13 for ; Mon, 26 Mar 2012 02:32:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=RfGv2FsOGrj4Qn45S4xQ/kSBlOzEc1gO8vGeylTk8XQ=; b=h5rjB/C76dJj5TlgtuICxR4Hw+CHDdDkRqdE3ZfOGMjAVuxu0OpHorcz01rofO5ur9 z1L7XeFHe544P03pMFh1OmyXDeclxCNd4uaC+2rHTW/gXmE3RClEhSv1QQOyADrcZ1fm RKMl8td3K5w9pQHKvzmH0k8b5vSTI+5i3QzIPiikLThxyjGKD40V+ox8colPjIgIKFVK WvN2SEOtRKrjmYhsScsd5vbznaFeWW1Pd10v123MWdFPdsVX6ROdPgyDawabQ4yCNeNk 3R2jTw1vegkvD4YoYhT2RvbAg5/lyX9rzaw1/4vH7/ZnlbNa3AkQjI9PJJBGKUtq/q/X hVLA== MIME-Version: 1.0 Received: by 10.112.43.163 with SMTP id x3mr5201978lbl.58.1332754368372; Mon, 26 Mar 2012 02:32:48 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.152.21.73 with HTTP; Mon, 26 Mar 2012 02:32:48 -0700 (PDT) In-Reply-To: <4F6D9A2D.8060708@zonov.org> References: <201203140944.q2E9ilvF094386@svn.freebsd.org> <4F6D9A2D.8060708@zonov.org> Date: Mon, 26 Mar 2012 13:32:48 +0400 X-Google-Sender-Auth: E7DtdFS3G1XJtEDzCm95af_yTwE Message-ID: From: Sergey Kandaurov To: Andrey Zonov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org Subject: Re: svn commit: r232961 - stable/9 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2012 09:32:50 -0000 On 24 March 2012 13:55, Andrey Zonov wrote: > On 14.03.2012 13:44, Sergey Kandaurov wrote: >> >> Author: pluknet >> Date: Wed Mar 14 09:44:46 2012 >> New Revision: 232961 >> URL: http://svn.freebsd.org/changeset/base/232961 >> >> Log: >> =A0 MFC r232671: Add lib32 part for libutil after its version bump to 9. >> >> =A0 PR: =A0 =A0 =A0 =A0 =A0misc/165523 >> =A0 Submitted by: =A0 =A0 =A0 =A0Andrey Zonov >> >> Modified: >> =A0 stable/9/ObsoleteFiles.inc =A0 (contents, props changed) >> >> Modified: stable/9/ObsoleteFiles.inc >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- stable/9/ObsoleteFiles.inc =A0Wed Mar 14 09:15:50 2012 =A0 =A0 =A0 = =A0(r232960) >> +++ stable/9/ObsoleteFiles.inc =A0Wed Mar 14 09:44:46 2012 =A0 =A0 =A0 = =A0(r232961) >> @@ -352,6 +352,9 @@ OLD_FILES+=3Dusr/share/man/man5/lastlog.5. >> =A0OLD_FILES+=3Dusr/share/man/man5/utmp.5.gz >> =A0OLD_FILES+=3Dusr/share/man/man5/wtmp.5.gz >> =A0OLD_LIBS+=3Dlib/libutil.so.8 >> +.if ${TARGET_ARCH} =3D=3D "amd64" >> +OLB_LIBS+=3Dusr/lib32/libutil.so.8 >> +.endif >> =A0# 20100105: new userland semaphore implementation >> =A0OLD_FILES+=3Dusr/include/sys/semaphore.h >> =A0# 20100103: ntptrace(8) removed > > > Thanks! =A0But what about other files which I reported? It turned that r227214 was not merged to stable/9, now merged as r233504. --=20 wbr, pluknet