There has been a shared libdisk for a couple of days until it was reverted
back to be static-only in january. For this period libdisk was used by the HOSTRES module for bsnmp which was then rewritten to use libgeom. The only other consumer of libdisk is sysinstall so removing the shared library should be safe.
This commit is contained in:
parent
7a775b30e9
commit
f33fdb069d
@ -14,6 +14,8 @@
|
||||
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
|
||||
#
|
||||
|
||||
# 20060127: revert libdisk to static-only
|
||||
OLD_FILES+=usr/lib/libdisk.so
|
||||
# 20051215: rescue/nextboot.sh renamed to rescue/nextboot
|
||||
OLD_FILES+=rescue/nextboot.sh
|
||||
# 20051214: usbd(8) removed
|
||||
@ -2650,6 +2652,8 @@ OLD_FILES+=usr/games/worm
|
||||
OLD_FILES+=usr/games/worms
|
||||
OLD_FILES+=usr/games/wump
|
||||
|
||||
# 20060127: revert libdisk to static-only
|
||||
OLD_LIBS+=usr/lib/libdisk.so.3
|
||||
# 20050722: bump for 6.0-RELEASE
|
||||
OLD_LIBS+=lib/libalias.so.4
|
||||
OLD_LIBS+=lib/libatm.so.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user