The branch main has been updated by dim:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=98454e3f825e086e47d107e7ff4ddf4239285dbe

commit 98454e3f825e086e47d107e7ff4ddf4239285dbe
Author:     Dimitry Andric <d...@freebsd.org>
AuthorDate: 2021-05-12 18:33:46 +0000
Commit:     Dimitry Andric <d...@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
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to