From owner-svn-src-head@FreeBSD.ORG Thu Apr 26 09:26:43 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37B4A106566C; Thu, 26 Apr 2012 09:26:43 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id C791E8FC16; Thu, 26 Apr 2012 09:26:42 +0000 (UTC) Received: by iahk25 with SMTP id k25so1752798iah.13 for ; Thu, 26 Apr 2012 02:26:42 -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=t6smNKTnXzAP5oIoZR0NluscCpi3kouNYd28pqMXRgc=; b=a9N5UJcuveIPkC6LBCk2AQIObrhDnH0GVjlK5M4mP5bfHFoe2keTzVhuoJFG3c0STX a1VsfxpHbBhtsPUxTxaW0bwnF0WH47vEDOuIN4X+fdvYEthDvQoCdMtVhFZSU3kNvIn4 ZzbNI+I1ovapcS7jL42xziip6q2Ku7azOW0aFscIsMV3fCYVehNykJw9Uh/zLXrdoMPu 2LkuZJelNruRnndggCKVzgkRenGfI6BlBi244aVggOImoGxyn3TVwF18V/1C9qLo+0R4 wTwRNI6VPU/8nDmxm0d7f60xQrerXnEJOoeaEmkzbM+LjVojMsE+DkKdKlh5SPtJXzdA GT9w== MIME-Version: 1.0 Received: by 10.50.36.194 with SMTP id s2mr5690914igj.46.1335432402433; Thu, 26 Apr 2012 02:26:42 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.64.78.37 with HTTP; Thu, 26 Apr 2012 02:26:42 -0700 (PDT) In-Reply-To: <201204260907.q3Q97Ws7039050@svn.freebsd.org> References: <201204260907.q3Q97Ws7039050@svn.freebsd.org> Date: Thu, 26 Apr 2012 13:26:42 +0400 X-Google-Sender-Auth: AezK2MWTPSPHSrtcRdknFnLdMcI Message-ID: From: Sergey Kandaurov To: Ruslan Ermilov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r234697 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2012 09:26:43 -0000 On 26 April 2012 13:07, Ruslan Ermilov wrote: > Author: ru > Date: Thu Apr 26 09:07:32 2012 > New Revision: 234697 > URL: http://svn.freebsd.org/changeset/base/234697 > > Log: > =A0Fixed a misspelling of OLD_LIBS in r232671 by pluknet@. > =A0(The patch in the PR 165523 had this spelled correctly.) > > Modified: > =A0head/ObsoleteFiles.inc > > Modified: head/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 > --- head/ObsoleteFiles.inc =A0 =A0 =A0Thu Apr 26 08:37:51 2012 =A0 =A0 = =A0 =A0(r234696) > +++ head/ObsoleteFiles.inc =A0 =A0 =A0Thu Apr 26 09:07:32 2012 =A0 =A0 = =A0 =A0(r234697) > @@ -459,7 +459,7 @@ 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 > -OLB_LIBS+=3Dusr/lib32/libutil.so.8 > +OLD_LIBS+=3Dusr/lib32/libutil.so.8 > =A0# 20100105: new userland semaphore implementation > =A0OLD_FILES+=3Dusr/include/sys/semaphore.h > =A0# 20100103: ntptrace(8) removed Apparently I was on drugs. Thanks. --=20 wbr, pluknet