Date: Wed, 12 May 2021 18:35:00 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: 98454e3f825e - main - Correct location of libcap_random.so in ObsoleteFiles.inc Message-ID: <202105121835.14CIZ0Sa050470@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=98454e3f825e086e47d107e7ff4ddf4239285dbe commit 98454e3f825e086e47d107e7ff4ddf4239285dbe Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-05-12 18:33:46 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-05-12 18:34:23 +0000 Correct location of libcap_random.so in ObsoleteFiles.inc --- ObsoleteFiles.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 62a4dcc5df31..7bc4f435f869 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -5678,7 +5678,7 @@ OLD_FILES+=usr/include/sys/inflate.h # 20190722: cap_random(3) removed OLD_LIBS+=lib/casper/libcap_random.so.1 OLD_FILES+=usr/include/casper/cap_random.h -OLD_LIBS+=usr/lib/casper/libcap_random.so +OLD_LIBS+=usr/lib/libcap_random.so OLD_FILES+=usr/share/man/man3/libcap_random.3.gz OLD_FILES+=usr/share/man/man3/cap_random.3.gz OLD_FILES+=usr/share/man/man3/cap_random_buf.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105121835.14CIZ0Sa050470>