Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 12:44:58 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 71779dddffe5 - main - libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3
Message-ID:  <202112211244.1BLCiwA1060000@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=71779dddffe5e860118f42739ff8d51d181272ce

commit 71779dddffe5e860118f42739ff8d51d181272ce
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-12-21 12:42:39 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-12-21 12:42:39 +0000

    libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3
    
    MFC after:      3 days
---
 ObsoleteFiles.inc      | 3 +++
 lib/libefivar/Makefile | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index fa7c895e0b92..4e99c917e89a 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -40,6 +40,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20211221 efi_set_variables_supported.3 should be efi_variables_supported.3
+OLD_FILES+=usr/share/man/man3/efi_set_variables_supported.3.gz
+
 # 20211218 meteor.4 removed, see also 20200301 entry below
 OLD_FILES+=usr/share/man/man4/meteor.4.gz
 
diff --git a/lib/libefivar/Makefile b/lib/libefivar/Makefile
index 7b814898721f..5a6077d4b8f8 100644
--- a/lib/libefivar/Makefile
+++ b/lib/libefivar/Makefile
@@ -45,7 +45,7 @@ CFLAGS+=	-I${EFIBOOT}/include
 CFLAGS+=	-I${.CURDIR} -I${EDK2INC}
 CFLAGS+=	-fno-strict-aliasing
 
-MLINKS+=efivar.3 efi_set_variables_supported.3 \
+MLINKS+=efivar.3 efi_variables_supported.3 \
 	efivar.3 efi_del_variable.3 \
 	efivar.3 efi_get_variable.3 \
 	efivar.3 efi_get_variable_attributes.3 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112211244.1BLCiwA1060000>