svn commit: r287170 - head

Jung-uk Kim jkim at FreeBSD.org
Wed Aug 26 18:23:00 UTC 2015


Author: jkim
Date: Wed Aug 26 18:22:59 2015
New Revision: 287170
URL: https://svnweb.freebsd.org/changeset/base/287170

Log:
  Belatedly add entries for libugidfw.so.4 to catch up with r284745.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Wed Aug 26 18:09:17 2015	(r287169)
+++ head/ObsoleteFiles.inc	Wed Aug 26 18:22:59 2015	(r287170)
@@ -55,6 +55,9 @@ OLD_FILES+=usr/share/man/man4/dtrace-pro
 OLD_FILES+=usr/share/man/man4/dtrace-sched.4.gz
 OLD_FILES+=usr/share/man/man4/dtrace-tcp.4.gz
 OLD_FILES+=usr/share/man/man4/dtrace-udp.4.gz
+# 20150624
+OLD_LIBS+=usr/lib/libugidfw.so.4
+OLD_LIBS+=usr/lib32/libugidfw.so.4
 # 20150604: Move nvlist man pages to section 9.
 OLD_FILES+=usr/share/man/man3/libnv.3.gz
 OLD_FILES+=usr/share/man/man3/nvlist.3.gz


More information about the svn-src-head mailing list