svn commit: r234697 - head

Ruslan Ermilov ru at FreeBSD.org
Thu Apr 26 09:07:33 UTC 2012


Author: ru
Date: Thu Apr 26 09:07:32 2012
New Revision: 234697
URL: http://svn.freebsd.org/changeset/base/234697

Log:
  Fixed a misspelling of OLD_LIBS in r232671 by pluknet at .
  (The patch in the PR 165523 had this spelled correctly.)

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Apr 26 08:37:51 2012	(r234696)
+++ head/ObsoleteFiles.inc	Thu Apr 26 09:07:32 2012	(r234697)
@@ -459,7 +459,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-head mailing list