svn commit: r232961 - stable/9
Sergey Kandaurov
pluknet at freebsd.org
Mon Mar 26 09:32:50 UTC 2012
On 24 March 2012 13:55, Andrey Zonov <andrey at zonov.org> 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:
>> MFC r232671: Add lib32 part for libutil after its version bump to 9.
>>
>> PR: misc/165523
>> Submitted by: Andrey Zonov<andrey zonov org>
>>
>> Modified:
>> stable/9/ObsoleteFiles.inc (contents, props changed)
>>
>> Modified: stable/9/ObsoleteFiles.inc
>>
>> ==============================================================================
>> --- stable/9/ObsoleteFiles.inc Wed Mar 14 09:15:50 2012 (r232960)
>> +++ stable/9/ObsoleteFiles.inc Wed Mar 14 09:44:46 2012 (r232961)
>> @@ -352,6 +352,9 @@ OLD_FILES+=usr/share/man/man5/lastlog.5.
>> OLD_FILES+=usr/share/man/man5/utmp.5.gz
>> OLD_FILES+=usr/share/man/man5/wtmp.5.gz
>> OLD_LIBS+=lib/libutil.so.8
>> +.if ${TARGET_ARCH} == "amd64"
>> +OLB_LIBS+=usr/lib32/libutil.so.8
>> +.endif
>> # 20100105: new userland semaphore implementation
>> OLD_FILES+=usr/include/sys/semaphore.h
>> # 20100103: ntptrace(8) removed
>
>
> Thanks! But what about other files which I reported?
It turned that r227214 was not merged to stable/9, now merged as r233504.
--
wbr,
pluknet
More information about the svn-src-stable-9
mailing list