git: d1cba26deb90 - stable/12 - fix up docs, if signature checking is enabled, the file MUST exist...

Baptiste Daroussin bapt at FreeBSD.org
Wed May 5 08:25:26 UTC 2021


The branch stable/12 has been updated by bapt:

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

commit d1cba26deb90a0f13e5816d69237a061bf4841fd
Author:     John-Mark Gurney <jmg at FreeBSD.org>
AuthorDate: 2020-11-06 22:11:05 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-05-05 07:51:43 +0000

    fix up docs, if signature checking is enabled, the file MUST exist...
    
    (cherry picked from commit e771d590741ea39be83558bda72854c65e1084ae)
---
 usr.sbin/pkg/pkg.7 | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/usr.sbin/pkg/pkg.7 b/usr.sbin/pkg/pkg.7
index 342c93420b6a..f7116f5da828 100644
--- a/usr.sbin/pkg/pkg.7
+++ b/usr.sbin/pkg/pkg.7
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 12, 2013
+.Dd November 6, 2020
 .Dt PKG 7
 .Os
 .Sh NAME
@@ -69,11 +69,8 @@ If already installed, the command requested will be forwarded to the real
 Install
 .Xr pkg 8
 from a local package instead of fetching from remote.
-If a
-.Pa pkg.txz.sig
-file exists and
-signature checking is enabled, then the signature will be verified
-before installing the package.
+If signature checking is enabled, then the correct signature file
+must exist and the signature valid before the package will be installed.
 If the
 .Fl f
 flag is specified, then


More information about the dev-commits-src-all mailing list