svn commit: r232671 - head

Sergey Kandaurov pluknet at FreeBSD.org
Wed Mar 7 20:46:59 UTC 2012


Author: pluknet
Date: Wed Mar  7 20:46:59 2012
New Revision: 232671
URL: http://svn.freebsd.org/changeset/base/232671

Log:
  Add lib32 part for libutil after its version bump to 9.
  
  PR:		misc/165523
  Submitted by:	Andrey Zonov <andrey zonov org>
  MFC after:	1 week

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Wed Mar  7 18:57:09 2012	(r232670)
+++ head/ObsoleteFiles.inc	Wed Mar  7 20:46:59 2012	(r232671)
@@ -417,6 +417,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


More information about the svn-src-head mailing list