svn commit: r247635 - in head: . share/man/man4 sys/fs/coda sys/modules/coda sys/modules/coda5

Attilio Rao attilio at FreeBSD.org
Sat Mar 2 16:30:19 UTC 2013


Author: attilio
Date: Sat Mar  2 16:30:18 2013
New Revision: 247635
URL: http://svnweb.freebsd.org/changeset/base/247635

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

Deleted:
  head/share/man/man4/coda.4
  head/sys/fs/coda/
  head/sys/modules/coda/
  head/sys/modules/coda5/
Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sat Mar  2 16:18:40 2013	(r247634)
+++ head/ObsoleteFiles.inc	Sat Mar  2 16:30:18 2013	(r247635)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20130302: CODAFS support removed
+OLD_FILES+=usr/share/man/man4/coda.4.gz
 # 20130302: XFS support removed
 OLD_FILES+=usr/share/man/man5/xfs.5.gz
 # 20130116: removed long unused directories for .1aout section manpages


More information about the svn-src-all mailing list