svn commit: r269940 - stable/10
Gavin Atkinson
gavin at FreeBSD.org
Wed Aug 13 12:55:45 UTC 2014
Author: gavin
Date: Wed Aug 13 12:55:44 2014
New Revision: 269940
URL: http://svnweb.freebsd.org/changeset/base/269940
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/10/ObsoleteFiles.inc
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/ObsoleteFiles.inc
==============================================================================
--- stable/10/ObsoleteFiles.inc Wed Aug 13 12:47:51 2014 (r269939)
+++ stable/10/ObsoleteFiles.inc Wed Aug 13 12:55:44 2014 (r269940)
@@ -51,7 +51,10 @@ OLD_FILES+=usr/share/examples/cvsup/stab
OLD_FILES+=usr/share/examples/cvsup/standard-supfile
OLD_DIRS+=usr/share/examples/cvsup
# 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-stable
mailing list