Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 01:56:52 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272340 - head
Message-ID:  <201410010156.s911uqmE058574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Oct  1 01:56:51 2014
New Revision: 272340
URL: http://svnweb.freebsd.org/changeset/base/272340

Log:
  Add ObsoleteFiles.inc OLD_FILES entries for libnv
  
  X-MFC with: r271241
  Submitted by: pjd
  Pointyhat to: ngie
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Wed Oct  1 01:50:23 2014	(r272339)
+++ head/ObsoleteFiles.inc	Wed Oct  1 01:56:51 2014	(r272340)
@@ -43,6 +43,9 @@ OLD_FILES+=usr/share/man/man9/sleepq_cal
 OLD_FILES+=usr/share/man/man9/sleepq_catch_signals.9.gz
 # 20140917: hv_kvpd rc.d script removed in favor of devd configuration
 OLD_FILES+=etc/rc.d/hv_kvpd
+# 20140917: libnv was accidentally being installed to /usr/lib instead of /lib
+OLD_LIBS+=usr/lib/libnv.a
+OLD_LIBS+=usr/lib/libnv.so.0
 # 20140814: libopie version bump
 OLD_LIBS+=usr/lib/libopie.so.7
 OLD_LIBS+=usr/lib32/libopie.so.7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410010156.s911uqmE058574>