Date: Sun, 3 Jan 2021 16:43:51 GMT From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6a5c55666bd2 - main - Add old bsdgrep aliases to ObsoleteFiles.inc Message-ID: <202101031643.103Ghpcr091452@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=6a5c55666bd2e66e62982293f6270527cc32ed24 commit 6a5c55666bd2e66e62982293f6270527cc32ed24 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-01-03 16:43:20 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-01-03 16:43:46 +0000 Add old bsdgrep aliases to ObsoleteFiles.inc After 8aff76fb37b58a74832831ac1c54a013a64b35e7 there is only one grep, so the bsdgrep binary and man page aliases can be cleaned up. --- ObsoleteFiles.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 267793211a7b..e6da2abd5e5c 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -312,7 +312,9 @@ OLD_DIRS+=usr/include/gnu OLD_FILES+=usr/include/gnuregex.h # 20201225: gnugrep removed +OLD_FILES+=usr/bin/bsdgrep OLD_FILES+=usr/bin/gnugrep +OLD_FILES+=usr/share/man/man1/bsdgrep.1.gz OLD_FILES+=usr/share/man/man1/gnugrep.1.gz # 20201224: mk48txx(4) removed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101031643.103Ghpcr091452>