diff options
author | gavin <gavin@FreeBSD.org> | 2014-08-13 12:55:44 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2014-08-13 12:55:44 +0000 |
commit | 2a5e29a8c24212bb1fb76f2d0bf1cb3cc92fcd9c (patch) | |
tree | fd6a28f8d51f28084401508396512b68ae09c54f /ObsoleteFiles.inc | |
parent | b3d4f13333af09435c4890a9efc38cceb2aec3eb (diff) | |
download | FreeBSD-src-2a5e29a8c24212bb1fb76f2d0bf1cb3cc92fcd9c.zip FreeBSD-src-2a5e29a8c24212bb1fb76f2d0bf1cb3cc92fcd9c.tar.gz |
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)
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index bce2d9f..5d5e938 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,7 +51,10 @@ OLD_FILES+=usr/share/examples/cvsup/stable-supfile 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. |