svn commit: r239476 - stable/9

Tai-hwa Liang avatar at FreeBSD.org
Tue Aug 21 06:09:43 UTC 2012


Author: avatar
Date: Tue Aug 21 06:09:43 2012
New Revision: 239476
URL: http://svn.freebsd.org/changeset/base/239476

Log:
  MFC r238562: Removing bsd{ar,ranlib} found on my ancient installation.

Modified:
  stable/9/ObsoleteFiles.inc   (contents, props changed)

Modified: stable/9/ObsoleteFiles.inc
==============================================================================
--- stable/9/ObsoleteFiles.inc	Tue Aug 21 02:52:25 2012	(r239475)
+++ stable/9/ObsoleteFiles.inc	Tue Aug 21 06:09:43 2012	(r239476)
@@ -1216,6 +1216,11 @@ OLD_FILES+=usr/share/man/man2/kse_thr_in
 OLD_FILES+=usr/share/man/man2/kse_wakeup.2.gz
 OLD_FILES+=usr/lib32/libkse.so
 OLD_LIBS+=usr/lib32/libkse.so.3
+# 20080225: bsdar/bsdranlib rename to ar/ranlib
+OLD_FILES+=usr/bin/bsdar
+OLD_FILES+=usr/bin/bsdranlib
+OLD_FILES+=usr/share/man/man1/bsdar.1.gz
+OLD_FILES+=usr/share/man/man1/bsdranlib.1.gz
 # 20080220: geom_lvm rename to geom_linux_lvm
 OLD_FILES+=usr/share/man/man4/geom_lvm.4.gz
 # 20080126: oldcard.4 removal


More information about the svn-src-all mailing list