From 3da91303cf78e789faa8697b9fc4e57cbb23c284 Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 19 Oct 2014 12:11:25 +0000 Subject: Restore ABI compatibility with 10.0-RELEASE, so that stable/10 users can use official freebsd packages --- ObsoleteFiles.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ObsoleteFiles.inc') diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index e7279c7..bd6547d 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -43,8 +43,8 @@ OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz # 20140917: hv_kvpd rc.d script removed in favor of devd configuration OLD_FILES+=etc/rc.d/hv_kvpd # 20140814: libopie version bump -OLD_LIBS+=usr/lib/libopie.so.7 -OLD_LIBS+=usr/lib32/libopie.so.7 +OLD_LIBS+=usr/lib/libopie.so.8 +OLD_LIBS+=usr/lib32/libopie.so.8 # 20140811: otp-sha renamed to otp-sha1 OLD_FILES+=usr/bin/otp-sha OLD_FILES+=usr/share/man/man1/otp-sha.1.gz -- cgit v1.1