On 26 April 2012 13:07, Ruslan Ermilov <r...@freebsd.org> wrote: > 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@. > (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
Apparently I was on drugs. Thanks. -- wbr, pluknet _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"