svn commit: r268756 - stable/10

Gavin Atkinson gavin at FreeBSD.org
Wed Jul 16 12:45:14 UTC 2014


Author: gavin
Date: Wed Jul 16 12:45:13 2014
New Revision: 268756
URL: http://svnweb.freebsd.org/changeset/base/268756

Log:
  Merge r268342 from head:
    Remove /usr/share/doc/psd/28.cvs/paper.ps.gz if it exists, as it is
    obsolete since r251794.
  
  PR:		191003
  Submitted by:	Vick Khera

Modified:
  stable/10/ObsoleteFiles.inc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/ObsoleteFiles.inc
==============================================================================
--- stable/10/ObsoleteFiles.inc	Wed Jul 16 12:41:50 2014	(r268755)
+++ stable/10/ObsoleteFiles.inc	Wed Jul 16 12:45:13 2014	(r268756)
@@ -442,6 +442,7 @@ OLD_FILES+=usr/share/man/man9/vfs_mount.
 OLD_FILES+=usr/bin/cvs
 OLD_FILES+=usr/bin/cvsbug
 OLD_FILES+=usr/share/doc/psd/28.cvs/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/28.cvs/paper.ps.gz
 OLD_DIRS+=usr/share/doc/psd/28.cvs
 OLD_FILES+=usr/share/examples/cvs/contrib/README
 OLD_FILES+=usr/share/examples/cvs/contrib/clmerge


More information about the svn-src-stable mailing list