svn commit: r234698 - stable/9
Ruslan Ermilov
ru at FreeBSD.org
Thu Apr 26 09:14:53 UTC 2012
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 at .
(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
More information about the svn-src-stable-9
mailing list