git: 98454e3f825e - main - Correct location of libcap_random.so in ObsoleteFiles.inc
Dimitry Andric
dim at FreeBSD.org
Wed May 12 18:35:01 UTC 2021
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=98454e3f825e086e47d107e7ff4ddf4239285dbe
commit 98454e3f825e086e47d107e7ff4ddf4239285dbe
Author: Dimitry Andric <dim at FreeBSD.org>
AuthorDate: 2021-05-12 18:33:46 +0000
Commit: Dimitry Andric <dim at 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
More information about the dev-commits-src-main
mailing list