From 7ca3ff7cab9d497840cf0c5addc69746749d6551 Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 9 Jan 2014 10:51:51 +0000 Subject: [PATCH] document SIGNER --- usr.sbin/pkg_add/pkg_add.1 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 25afd1263c5..fd68355e27e 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.117 2014/01/05 10:29:16 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.118 2014/01/09 10:51:51 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: January 5 2014 $ +.Dd $Mdocdate: January 9 2014 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -294,6 +294,14 @@ very safe update: don't run any @exec/@unexec. attempt to repair installed packages with missing registration data. .It Ar scripts external scripts may fail. +.It Ar SIGNER +list of trusted signers, separated by commas. +Corresponds to list of public keys under +.Pa /etc/signify +we can trust. +Defaults to offical packages or firmwares matched to the current +version as reported by +.Xr uname 1 . .It Ar updatedepends force update even if forward dependencies no longer match. .El -- 2.20.1