svn commit: r225528 - head

Sergey Kandaurov pluknet at FreeBSD.org
Tue Sep 13 13:56:18 UTC 2011


Author: pluknet
Date: Tue Sep 13 13:56:18 2011
New Revision: 225528
URL: http://svn.freebsd.org/changeset/base/225528

Log:
  Update ObsoleteFiles.inc:
  - liblwres shared library version bumped with bind98 import
  - named.reload removed in favor of rc.d
  
  Approved by:	re (kib)
  No objection:	dougb

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Sep 13 09:32:48 2011	(r225527)
+++ head/ObsoleteFiles.inc	Tue Sep 13 13:56:18 2011	(r225528)
@@ -61,6 +61,11 @@ OLD_LIBS+=usr/lib32/libopie.so.6
 OLD_LIBS+=usr/lib32/librtld_db.so.1
 OLD_LIBS+=usr/lib32/libtacplus.so.4
 .endif
+# 20110718: no longer useful in the age of rc.d
+OLD_FILES+=usr/sbin/named.reconfig
+OLD_FILES+=usr/sbin/named.reload
+# 20110716: bind 9.8.0 import
+OLD_LIBS+=usr/lib/liblwres.so.50
 # 20110709: vm_map_clean.9 -> vm_map_sync.9
 OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz
 # 20110709: Catch up with removal of these functions.


More information about the svn-src-head mailing list