Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2020 22:11:05 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367434 - head/usr.sbin/pkg
Message-ID:  <202011062211.0A6MB5N0002391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmg
Date: Fri Nov  6 22:11:05 2020
New Revision: 367434
URL: https://svnweb.freebsd.org/changeset/base/367434

Log:
  fix up docs, if signature checking is enabled, the file MUST exist...

Modified:
  head/usr.sbin/pkg/pkg.7

Modified: head/usr.sbin/pkg/pkg.7
==============================================================================
--- head/usr.sbin/pkg/pkg.7	Fri Nov  6 22:04:57 2020	(r367433)
+++ head/usr.sbin/pkg/pkg.7	Fri Nov  6 22:11:05 2020	(r367434)
@@ -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 fo
 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



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