svn commit: r269941 - stable/9

Gavin Atkinson gavin at FreeBSD.org
Wed Aug 13 12:58:16 UTC 2014


Author: gavin
Date: Wed Aug 13 12:58:15 2014
New Revision: 269941
URL: http://svnweb.freebsd.org/changeset/base/269941

Log:
  Merge r267859 (by bapt), r268998 from head:
  
  o Mark send-pr info page as an obsolete file
  
  o /usr/bin/sendbug and the sendbug(1) man page were part of send-pr and
    are no longer installed since r267486 (r267734 in stable/10).  Add them
    to ObsoleteFiles.inc1, which should have been done in r267486.
  
  PR:		192010 (partial)
  Submitted by:	Vick Khera (partial)

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

Modified: stable/9/ObsoleteFiles.inc
==============================================================================
--- stable/9/ObsoleteFiles.inc	Wed Aug 13 12:55:44 2014	(r269940)
+++ stable/9/ObsoleteFiles.inc	Wed Aug 13 12:58:15 2014	(r269941)
@@ -43,7 +43,10 @@ OLD_FILES+=usr/share/man/man9/VOP_GETVOB
 OLD_FILES+=usr/share/man/man9/VOP_CREATEVOBJECT.9.gz
 OLD_FILES+=usr/share/man/man9/VOP_DESTROYVOBJECT.9.gz
 # 20140614: send-pr removal
+OLD_FILES+=usr/bin/sendbug
+OLD_FILES+=usr/share/info/send-pr.info.gz
 OLD_FILES+=usr/share/man/man1/send-pr.1.gz
+OLD_FILES+=usr/share/man/man1/sendbug.1.gz
 OLD_FILES+=etc/gnats/freefall
 OLD_DIRS+=etc/gnats
 # 20140512: new clang import which bumps version from 3.4 to 3.4.1.


More information about the svn-src-all mailing list