mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct location of libcap_random.so in ObsoleteFiles.inc
This commit is contained in:
parent
d8acd2681b
commit
98454e3f82
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue