Date: Tue, 14 Mar 2017 01:15:14 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315219 - head Message-ID: <201703140115.v2E1FEQA050755@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Tue Mar 14 01:15:14 2017 New Revision: 315219 URL: https://svnweb.freebsd.org/changeset/base/315219 Log: Temporarily remove sbin/ipftest and sbin/ipresend until it can be verified that they still work. See r315218 for the reason why. In support of: r315218 Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Tue Mar 14 01:00:09 2017 (r315218) +++ head/ObsoleteFiles.inc Tue Mar 14 01:15:14 2017 (r315219) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20170313: sbin/ipftest and ipresend temporarily disconnected (r315218). +OLD_FILES+=sbin/ipftest +OLD_FILES+=sbin/ipresend # 20170311: Remove WITHOUT_MANDOCDB option OLD_FILES+=usr/share/man/man1/makewhatis.1.gz # 20170311: remove GNU diff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703140115.v2E1FEQA050755>