svn commit: r191146 - head

Maxim Konovalov maxim at FreeBSD.org
Thu Apr 16 17:42:27 UTC 2009


Author: maxim
Date: Thu Apr 16 17:42:25 2009
New Revision: 191146
URL: http://svn.freebsd.org/changeset/base/191146

Log:
  o Reflect ar(4), ray(4), sr(4), raycontrol(8) removal.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Apr 16 16:26:35 2009	(r191145)
+++ head/ObsoleteFiles.inc	Thu Apr 16 17:42:25 2009	(r191146)
@@ -14,6 +14,12 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
+# 20090416: removal of ar(4), ray(4), sr(4), raycontrol(8)
+OLD_FILES+=usr/sbin/raycontrol
+OLD_FILES+=usr/share/man/man4/i386/ar.4.gz
+OLD_FILES+=usr/share/man/man4/i386/ray.4.gz
+OLD_FILES+=usr/share/man/man4/i386/sr.4.gz
+OLD_FILES+=usr/share/man/man8/raycontrol.8.gz
 # 20090410: VOP_LEASE.9 removed
 OLD_FILES+=usr/share/man/man9/VOP_LEASE.9.gz
 # 20090405: removal of if_ppp(4) and if_sl(4)


More information about the svn-src-head mailing list