Date: Thu, 26 Apr 2012 09:14:52 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r234698 - stable/9 Message-ID: <201204260914.q3Q9EqTI039363@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ru Date: Thu Apr 26 09:14:52 2012 New Revision: 234698 URL: http://svn.freebsd.org/changeset/base/234698 Log: MFC r234697: Fixed a misspelling of OLD_LIBS in r232671 by pluknet@. (The patch in the PR 165523 had this spelled correctly.) Modified: stable/9/ObsoleteFiles.inc (contents, props changed) Modified: stable/9/ObsoleteFiles.inc ============================================================================== --- stable/9/ObsoleteFiles.inc Thu Apr 26 09:07:32 2012 (r234697) +++ stable/9/ObsoleteFiles.inc Thu Apr 26 09:14:52 2012 (r234698) @@ -351,7 +351,7 @@ 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 -OLB_LIBS+=usr/lib32/libutil.so.8 +OLD_LIBS+=usr/lib32/libutil.so.8 # 20100105: new userland semaphore implementation OLD_FILES+=usr/include/sys/semaphore.h # 20100103: ntptrace(8) removed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204260914.q3Q9EqTI039363>