svn commit: r247631 - in head: . share/man/man5 sys/gnu/fs/xfs sys/modules/xfs

Attilio Rao attilio at FreeBSD.org
Sat Mar 2 15:33:54 UTC 2013


Author: attilio
Date: Sat Mar  2 15:33:54 2013
New Revision: 247631
URL: http://svnweb.freebsd.org/changeset/base/247631

Log:
  Garbage collect XFS bits which are now already completely disconnected
  from the tree since few months.
  
  This is not targeted for MFC.

Deleted:
  head/share/man/man5/xfs.5
  head/sys/gnu/fs/xfs/
  head/sys/modules/xfs/
Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sat Mar  2 15:33:06 2013	(r247630)
+++ head/ObsoleteFiles.inc	Sat Mar  2 15:33:54 2013	(r247631)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20130302: XFS support removed
+OLD_FILES+=usr/share/man/man5/xfs.5.gz
 # 20130116: removed long unused directories for .1aout section manpages
 OLD_FILES+=usr/share/man/en.ISO8859-1/man1aout
 OLD_FILES+=usr/share/man/en.UTF-8/man1aout


More information about the svn-src-all mailing list