svn commit: r272340 - head

Garrett Cooper ngie at FreeBSD.org
Wed Oct 1 01:56:52 UTC 2014


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


More information about the svn-src-all mailing list